summaryrefslogtreecommitdiffstats
path: root/common/custom/views.php
diff options
context:
space:
mode:
Diffstat (limited to 'common/custom/views.php')
-rw-r--r--common/custom/views.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/custom/views.php b/common/custom/views.php
new file mode 100644
index 0000000..b34013f
--- /dev/null
+++ b/common/custom/views.php
@@ -0,0 +1,13 @@
+<?php
+$views = array(
+ 'archive' => array(
+ 'header' => 'Content-type: text/html; charset=UTF-8',
+ 'prolog' => '',
+ 'template' => dirname(__FILE__).'/views/archive/archive.tpl.php'
+ ),
+ 'html' => array(
+ 'header' => 'Content-type: text/html; charset=UTF-8',
+ 'prolog' => '',
+ 'template' => dirname(__FILE__).'/views/default/index.tpl.php'
+ )
+);