0

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?

1

1 Answer 1

1

Looks like a minor syntax error to me.

$smarty_object->assign('wanted_template_name', $value);
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.