View Single Post
  #1  
Old 05-27-2006, 04:05 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default How to exclude some static pages from the list?

Hi,

I'm trying to setup my static pages into two menu's.
One menu with static pages for only information about products: static pages indexed from 0 - 900
2nd menu with static pages for only information about help subjects: static pages indexed from 900 - 999

So I tried the following.

Made a new menu, included thie pages_menu.tpl
In pages_menu.tpl I added this code:
Code:
{if $pages_menu[pg].orderby ne 900}
This works very good.

And made a new template called: pages_menu_help.tpl
And thats one is included in help.tpl

Unfortunately I don't know the code how to show only pages from 900 and above. The code above shows only pages indexed from 0-900.

It must be really simple, but I just don't know the code for it anymore.
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote