[pLog-svn] r6296 - plog/trunk/class/template

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Apr 4 14:27:48 EDT 2008


Author: mark
Date: 2008-04-04 14:27:48 -0400 (Fri, 04 Apr 2008)
New Revision: 6296

Modified:
   plog/trunk/class/template/template.class.php
Log:
keep {dynamic} block for back compatibility.

Modified: plog/trunk/class/template/template.class.php
===================================================================
--- plog/trunk/class/template/template.class.php	2008-04-04 18:04:55 UTC (rev 6295)
+++ plog/trunk/class/template/template.class.php	2008-04-04 18:27:48 UTC (rev 6296)
@@ -141,6 +141,8 @@
 
 			// register nocache block for every template instance
 			$this->register_block('nocache', 'smarty_block_nocache', false);
+			// keep dynamic block for back compatibility
+			$this->register_block('dynamic', 'smarty_block_nocache', false);
 			
 			if( $config->getValue( 'trim_whitespace_output' ))
 				$this->load_filter( 'output', 'trimwhitespace' );



More information about the pLog-svn mailing list