View Single Post
  #3  
Old 04-16-2010, 12:39 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Add link to help box/section?

Find /skin1/help.tmp

In it you should see code as such:
Code:
{capture name=menu} <a href="help.php?section=contactus&amp;mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a><br /> <a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement}</a><br /> <a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions}</a><br /> {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 before the {include file="pages_menu.tpl"} :
<a href="yourFile.php" class="VertMenuItems">Text that will show up in the help box</a><br />
__________________
- Shane Munroe
Reply With Quote