SF.net SVN: postfixadmin:[973] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2011-02-27 22:56:11
|
Revision: 973 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=973&view=rev Author: christian_boltz Date: 2011-02-27 22:56:05 +0000 (Sun, 27 Feb 2011) Log Message: ----------- smarty.inc.php: - set $this->template->allow_php_tag = true instead of editing smarty/libs/Smarty.class.php after every smarty upgrade added smarty/smarty_version with: - a note about the current smarty version - a note about additional files not part of the smarty package Modified Paths: -------------- trunk/smarty.inc.php Added Paths: ----------- trunk/smarty/smarty_version Added: trunk/smarty/smarty_version =================================================================== --- trunk/smarty/smarty_version (rev 0) +++ trunk/smarty/smarty_version 2011-02-27 22:56:05 UTC (rev 973) @@ -0,0 +1,6 @@ +$Id$ + +Smarty version: 3.0.7 + +Additional files (not part of the official Smarty release): +- libs/plugins/modifier.needle.php Property changes on: trunk/smarty/smarty_version ___________________________________________________________________ Added: svn:keywords + svn:keywords Modified: trunk/smarty.inc.php =================================================================== --- trunk/smarty.inc.php 2011-02-27 22:43:46 UTC (rev 972) +++ trunk/smarty.inc.php 2011-02-27 22:56:05 UTC (rev 973) @@ -14,6 +14,7 @@ $this->template->template_dir = $incpath.'/templates'; $this->template->compile_dir = $incpath.'/templates_c'; $this->template->config_dir = $incpath.'/'.$this->template->config_dir; + $this->template->allow_php_tag = true; } public function assign($key, $value, $sanitise = true) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |