Quote:
Originally Posted by shan
Code:
{* $Id: pages_menu.tpl,v 1.4 2004/06/24 09:53:29 max Exp $ *}
{section name=pg loop=$pages_menu}
{if $pages_menu[pg].pos lt 500}
{$pages_menu[pg].title}
{/if}
{/section}
|
actually, you want to use
Code:
{if $pages_menu[pg].orderby lt 500}
not pos