]> git.pld-linux.org Git - packages/CodeIgniter-lib-smarty.git/blobdiff - Smarty_tpl.php
- plugin dir
[packages/CodeIgniter-lib-smarty.git] / 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.068509 seconds and 4 git commands to generate.