Howdy,
I'm looping through the names of parent albums, and was trying to figure out how I might output the results from last to first, instead of first to last...
{foreach name=parent from=$theme.parents item=parent}
{if !$smarty.foreach.parent.first}
{$parent.title|markup:strip|default:$parent.pathComponent},
{/if}
{/foreach}
Posts: 112
Ah, well - asked that one too soon.
Solution:
from=$theme.parents|@array_reverse