I had variable variables in Smarty template with CMSMS 1.9 and worked fine.
After upgrading to 1.11 they're not accepted. The template would not vaildate. Then it randomly validated!
I pasted the full template's source in phpMyAdmin and it's fine.
But still the Apply button would not allow me to save changes.
This is the "bad" fully Smarty-valid code:
Code: Select all
{section name=loop start=1 loop=$created[nu].pcs}
{assign var = 'idx' value = "pc`$smarty.section.loop.index`"}
{$created[nu].$idx}
{/section}



