View Single Post
  #2  
Old 06-30-2006, 01:06 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default

In skin1/help.tpl

Change your file to this:

Code:
{* $Id: help.tpl,v 1.19 2004/06/04 12:52:38 svowl Exp $ *} {capture name=menu} {$lng.lbl_contact_us} {$lng.lbl_privacy_statement} {$lng.lbl_terms_n_conditions} {*{include file="pages_menu.tpl"}*} {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}

Add this code to skin1/customer/special.tpl:
Code:
{include file="pages_menu.tpl"}

Now your static pages will onyl displayed in the special menu.
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote