I have a number of variables that I would like to reset to blank in Smarty, however i'd like to avoid having multiple lines like this:
{assign var='background_id' value=''}
{assign var='background_link' value=''}
Is there a way to reset a number of variables in one line with Smarty as you can do in PHP, Perl and the like?
There's nothing in the Smarty docs for this.
Smarty, but have you tried aforeach()loop? – Ben Carey Jan 29 at 10:45foreachloop. Its not too much code. Do you want me to post an example? – Ben Carey Jan 29 at 11:02