View Single Post
  #4  
Old 03-16-2006, 04:33 AM
 
braidedsoul braidedsoul is offline
 

Member
  
Join Date: Oct 2005
Location: Upstate NY
Posts: 23
 

Default Solved

Replace the code in help.tpl with this code. Works like a dream. You people that help us novice hackers rock!

{* $Id: help.tpl,v 1.19 2004/06/04 12:52:38 svowl Exp $ *}
{capture name=menu}
{$lng.lbl_about_our_site}

{$lng.lbl_contact_us}

{$lng.lbl_privacy_statement}

{$lng.lbl_terms_n_conditions}

{$lng.lbl_faq}

{include file="pages_menu.tpl"}
{$lng.lbl_recover_password}

{/capture}
{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}
__________________
version 4.0.12 x-cart Gold
Reply With Quote