Thread: Static Pages
View Single Post
  #5  
Old 05-04-2005, 01:15 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Ok, first, go to Edit Templates and create a new template using the dialog box at the bottom of the template list. Let's call it help2.tpl (you can call it whatever you want). Once you create it, click on it in the list and add this code into it:

Code:
{capture name=menu} {include file="pages_menu.tpl"} {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help2 menu_content=$smarty.capture.menu}

Then you will need to go into your Languages (over in the admin menu) and create a new label. This will be the title of your menu (such as help, manufacturers, etc). Create a label called lbl_help2 and name it whatever you want to appear as the title.

Next, you will need to include this file in customer/home.tpl. Not quite sure what template you have there karentown, but you will need to include this bit of code in the area that corresponds to that blank spot:

Code:
{include file="help2.tpl"}

Finally, open up help.tpl (the original) and remove this line of code so your static pages don't show up:

Code:
{include file="pages_menu.tpl"}

Let me know if that works for you!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote