I have a smarty variable which stores an associative array. Is there a way to combine a string and another smarty variable to create the index?
Example: The array element I want to print is $foo['index1'] and the variable $count = 1. I tried to print the value using $foo.index$count but that results in a smarty syntax error (unrecognized tag).