X-Git-Url: http://git.pld-linux.org/?p=packages%2FCodeIgniter-lib-smarty.git;a=blobdiff_plain;f=Smarty_tpl.php;h=b5b386fab5f060b81895677e8f6a83143136c003;hp=9606336e70915835d693d23a03f40db5edc0a3b6;hb=b09f499c99c5c55f5d28a5d2123789a529a02eda;hpb=f0cc9300cd608df3a7356681516f3142ab866599 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;