Posted by Dc on 05/10/05 10:42
i need to assign names to items similar to a 2D array...
menu3_icon12
how to do in smarty?
{assign var='iconId' value=`m_$menuNum_i_$index`}
only gives the first variable (i thot that was what the `` backticks were
for ..)
in normal quotes, i get only the names of the variables
{assign var='iconId' value='$menuNum_$index' }
id='$menuNum_$index'
Navigation:
[Reply to this message]
|