[pLog-svn] r2531 - plog/branches/plog-1.0.2/class/template

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Oct 22 14:11:27 GMT 2005


Author: oscar
Date: 2005-10-22 14:11:26 +0000 (Sat, 22 Oct 2005)
New Revision: 2531

Modified:
   plog/branches/plog-1.0.2/class/template/template.class.php
Log:
small change to the Smarty configuration


Modified: plog/branches/plog-1.0.2/class/template/template.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/template/template.class.php	2005-10-18 19:24:41 UTC (rev 2530)
+++ plog/branches/plog-1.0.2/class/template/template.class.php	2005-10-22 14:11:26 UTC (rev 2531)
@@ -67,7 +67,7 @@
             $config =& Config::getConfig();
             $this->cache_dir    = $config->getValue( 'temp_folder' );
 
-            $this->_templateFile = $templateFile;
+            $this->_templateFile = $templateFile;            
 
             // enable the security settings
             $this->php_handling = false;
@@ -84,6 +84,7 @@
             // default folders
             $this->compile_dir  = $config->getValue( 'temp_folder' );
             $this->template_dir = $config->getValue( 'template_folder' );
+            $this->config_dir   = $config->getValue( 'template_folder' );
             $this->compile_check = $config->getValue( 'template_compile_check', true );
             // this helps if php is running in 'safe_mode'
             $this->use_sub_dirs = false;




More information about the pLog-svn mailing list