View Single Post
  #5  
Old 12-18-2005, 01:12 PM
 
BMFA BMFA is offline
 

Member
  
Join Date: Nov 2005
Posts: 15
 

Default

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
Reply With Quote