View Single Post
  #12  
Old 07-30-2003, 08:06 AM
 
EZ EZ is offline
 

Advanced Member
  
Join Date: Jul 2003
Location: Old Bridge, NJ
Posts: 96
 

Default Moving Links Around

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.
__________________
Never believe anything you hear and only half of what you see!

Edward J Ziejka
www.innervisionpc.com
X-Cart Gold 4.1.3
Unix
Reply With Quote