View Single Post
  #1  
Old 04-20-2005, 02:52 PM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Default Hidden Static Pages for 3.5x

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!
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote