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.