I am using at the moment the Smarty PHP Engine. Now I want to add a little bit of PHP-Code to the template file, like so:
{php}echo "asdf";{/php}
But when I open the browser this error appears:
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template
What seems the problem, and how can I fix that?