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
