Monday 22 August 2005 1:29:28 am
I fetch a template in a workflow.php page like this:
$mailTemplateResult =& $tpl->fetch( 'extension/newsletter/design/standard/templates/news/show.tpl' );
in show.tpl I have this:
{concat('toto','titi')}
It seems that 'tototiti' never appear in the template result witch is sent into an email.
If I use concat function in a usual template, it works fine. Do someone have the same pb?
|