From: Zsolt Udvari Date: Wed, 25 May 2011 07:00:39 +0000 (+0000) Subject: - plugin dir X-Git-Url: http://git.pld-linux.org/?p=packages%2FCodeIgniter-lib-smarty.git;a=commitdiff_plain;h=8b91c9cd281d8ed0c4a434947d7fa08b2a2e4308 - plugin dir Changed files: Smarty_tpl.php -> 1.3 --- diff --git a/Smarty_tpl.php b/Smarty_tpl.php index b5b386f..d7d7839 100644 --- a/Smarty_tpl.php +++ b/Smarty_tpl.php @@ -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;