diff options
author | Pascal Chevrel <pascal@chevrel.org> | 2012-05-11 08:58:10 +0200 |
---|---|---|
committer | Pascal Chevrel <pascal@chevrel.org> | 2012-05-11 08:58:10 +0200 |
commit | 8ad43bcd051e1192f9a15fcd61858a01af8e65e8 (patch) | |
tree | 04907c35a53ca1a32439f7c414c2b07d94fe409e /custom | |
parent | d928ffae2e6d463336758d8a183b2ead87e0d433 (diff) | |
download | planet-8ad43bcd051e1192f9a15fcd61858a01af8e65e8.tar planet-8ad43bcd051e1192f9a15fcd61858a01af8e65e8.tar.gz planet-8ad43bcd051e1192f9a15fcd61858a01af8e65e8.tar.bz2 planet-8ad43bcd051e1192f9a15fcd61858a01af8e65e8.tar.xz planet-8ad43bcd051e1192f9a15fcd61858a01af8e65e8.zip |
delete views.php, this file is not used anywhere
Diffstat (limited to 'custom')
-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' - ) -); |