i'm trying to insert a string containing various smarty variables and other text ( test {$testvar} ...
) in a smarty variable with this method
$this->tpl()->assign('sCurrentView',$test);
But smarty does not resolve the content and displays the smary variables as text.
What am i doing wrong? Isn't this working?