From b09f499c99c5c55f5d28a5d2123789a529a02eda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 12 May 2011 15:32:35 +0000 Subject: [PATCH] - use standard Smarty include path Changed files: Smarty_tpl.php -> 1.2 --- Smarty_tpl.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Smarty_tpl.php b/Smarty_tpl.php index 9606336..b5b386f 100644 --- a/Smarty_tpl.php +++ b/Smarty_tpl.php @@ -1,12 +1,13 @@ -Smarty(); // templates folder $this->template_dir= APPPATH."views/templates"; @@ -16,10 +17,10 @@ class smarty_tpl extends Smarty{ $this->cache_dir= APPPATH."views/cache"; //config folder $this->config_dir= APPPATH."views/config"; - + // template recheck on $this->compile_check= true; - + // cache off $this->caching= false; $this->cache_lifetime= 86400; -- 2.43.0