What do I change so that new static pages do not show up in the Help section?
I've tried a listed mod that says to change /skin1/pages_menu.tpl
to this:
Quote:
{* $Id: pages_menu.tpl,v 1.2 2003/04/10 13:07:54 svowl Exp $ *}
{section name=pg loop=$pages_menu}
{if $pages_menu[pg].orderby ne 99}
{$pages_menu[pg].title}
{/if}
{/section}
|
...but it didn't seem to work.
Can anyone shoot me in the right direction? I like the simplicity of creating static pages from within the x-cart framework, but the amount of static pages that i would like (~100) would make for one very long help module
I dont want to totally disable the help menu just so i could have my static pages..i'm sure theres a simple way of doing it.
Any help is appreciated!