Quote:
Originally Posted by balinor
Using a smarty {if} statement like this:
{if $smarty.get.pageid eq "1" or $smarty.get.pageid eq "2"}Display this{else}Display this{/if}
Replace 1 and 2 with the actual number of the static pages you want to hide the menus for.
|
I tried that with pages_menu.tpl, it does not work
correction. It works, but only when browsing pages.php
got it to work with
{if $pages_menu[pg].pageid eq "2"