this is the bit of code that displays the extra pages in help.tpl
You should do the following:
1. Edit the "<xcart-dir>/skin1/help.tpl" template and remove the following line from there:
{include file="pages_menu.tpl"}
After that your static pages will not appear in the help section.
2. Edit the same template and insert the following line instead of the removed one:
My static page
if you need a page in the help section.
3. Edit the '<xcart-dir>/skin1/customer/categories.tpl' template and insert a line like
My static page
if you want a link in categories
there. Please substitute the "4" or "3" with actual pageid. and replace >my static page< with new page name.
