diff options
-rw-r--r-- | custom/views.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/custom/views.php b/custom/views.php deleted file mode 100644 index b34013f..0000000 --- a/custom/views.php +++ /dev/null @@ -1,13 +0,0 @@ -<?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' - ) -); |