diff options
author | Maurice Svay <maurice@svay.com> | 2012-07-08 09:27:34 -0700 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2012-07-08 09:27:34 -0700 |
commit | 69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f (patch) | |
tree | 1684c5542cf6e6d2f68590b648c666d23350f78f | |
parent | c035d164989050023cee91c5dcbd56fee8763ec1 (diff) | |
parent | 8ad43bcd051e1192f9a15fcd61858a01af8e65e8 (diff) | |
download | planet-69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f.tar planet-69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f.tar.gz planet-69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f.tar.bz2 planet-69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f.tar.xz planet-69c6aa2e3343f84ec39c008ce3f3b6cb3f5bd50f.zip |
Merge pull request #46 from pascalchevrel/cleanup
delete views.php, this file is not used anywhere
-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' - ) -); |