]> git.pld-linux.org Git - packages/CodeIgniter-lib-smarty.git/commitdiff
- plugin dir
authorZsolt Udvari <uzsolt@pld-linux.org>
Wed, 25 May 2011 07:00:39 +0000 (07:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Smarty_tpl.php -> 1.3

Smarty_tpl.php

index b5b386fab5f060b81895677e8f6a83143136c003..d7d7839c8641228c7b0658bce15557d69c297eed 100644 (file)
@@ -17,6 +17,11 @@ class smarty_tpl extends Smarty {
         $this->cache_dir=       APPPATH."views/cache";
         //config folder
         $this->config_dir=      APPPATH."views/config";
+       //plugins folder
+       $this->plugins_dir = array(
+               "/usr/share/php/Smarty3/plugins/",
+               "/usr/share/php/Smarty3/sysplugins/"
+       );
 
         // template recheck on
         $this->compile_check=   true;
This page took 0.058627 seconds and 4 git commands to generate.