hio,
just had to do this same thing... im running 3.5.0 btw.
you need to modify "pages_menu.tpl" In my case, i added a couple embedded pages, but only wanted one to show under the help menu...
Code:
{* $Id: pages_menu.tpl,v 1.2 2003/04/10 13:07:54 svowl Exp $ *}
{section name=pg}
Quick Order Form
{/section}
basically i just took out the loop command and hardcoded the pageid so only that one shows. if you don't want any of them to show, just comment out everything in "pages_menu.tpl"
hope this is what you were lookin for
