From 8b91c9cd281d8ed0c4a434947d7fa08b2a2e4308 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Wed, 25 May 2011 07:00:39 +0000 Subject: [PATCH] - plugin dir Changed files: Smarty_tpl.php -> 1.3 --- Smarty_tpl.php | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.43.0