Index: trunk/core/kernel/parser/template_parser.php =================================================================== diff -u -r2714 -r2737 --- trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 2714) +++ trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 2737) @@ -388,6 +388,9 @@ $this->CompiledBuffer .= '<'.'?php'."\n"; $this->CompiledBuffer .= 'global $application;'."\n"; + + $this->CompiledBuffer .= '$params =& $application->Parser->Params;'."\n"; + $this->CompiledBuffer .= '$o = \'\';'."\n"; }