View Single Post
  #2  
Old 05-05-2008, 06:46 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: How to select specific static pages to appear in menu?

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