packages: CodeIgniter-lib-smarty/Smarty_tpl.php - plugin dir

uzsolt uzsolt at pld-linux.org
Wed May 25 09:00:44 CEST 2011


Author: uzsolt                       Date: Wed May 25 07:00:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- plugin dir

---- Files affected:
packages/CodeIgniter-lib-smarty:
   Smarty_tpl.php (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/CodeIgniter-lib-smarty/Smarty_tpl.php
diff -u packages/CodeIgniter-lib-smarty/Smarty_tpl.php:1.2 packages/CodeIgniter-lib-smarty/Smarty_tpl.php:1.3
--- packages/CodeIgniter-lib-smarty/Smarty_tpl.php:1.2	Thu May 12 17:32:35 2011
+++ packages/CodeIgniter-lib-smarty/Smarty_tpl.php	Wed May 25 09:00:39 2011
@@ -17,6 +17,11 @@
         $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;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/CodeIgniter-lib-smarty/Smarty_tpl.php?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list