Invert Menu
Posted: Sun Oct 11, 2009 7:43 pm
I need to use a menu like this one:
But, I need it to be backwards. So instead of Page 1,2,3 it should be Page 3,2,1 Can anyone help?
Code: Select all
{if $count > 0}
{foreach from=$nodelist item=node}<a href="{$node->url}"
{if $node->target ne ""} target="{$node->target}"{/if}
>{$node->menutext}</a>
{if $count > ($node->index+1)} |
{/if}
{/foreach}
{/if}