View Single Post
  #6  
Old 12-24-2003, 08:46 AM
 
bri bri is offline
 

Newbie
  
Join Date: Dec 2003
Posts: 9
 

Default

copy & paste this :

Code:
{* $Id: pages_menu.tpl,v 1.2 2003/04/10 13:07:54 svowl Exp $ {section name=pg loop=$pages_menu} {$pages_menu[pg].title} {/section} *}

All i did in the above was move comment tag so the entire template is commented out. This will mean that any embedded page you add will not show up in the help menu. If you need any future ones to show, use the method in the previous posts
Reply With Quote