Quote:
Originally Posted by pepperlibido
Please advise how to select specific static pages to appear in my side menu e.g. help menu.
In my pages_menue.tpl file I have the following: -
{if $pages_menu[pg].orderby > 300}
What do I need to change so that I may select specific pages rather than a range of pages?
Most likely a dumb question but I▓m not smart(y) enough to solve it.
Thanks in advance for any help.
|
PHP Code:
{if $pages_menu[pg].pageid eq 1 or $pages_menu[pg].pageid eq 12 or $pages_menu[pg].pageid eq 15}
..........
where "1, 12, 15...." id page number