View Single Post
  #2  
Old 02-12-2008, 03:24 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: How to put Help Zone links in Help box?

It should work. Simply add a reference, by analogy.
Following are encouraged to clear the X-Cart cache files.

in original, help.tpl
PHP 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"

So add before line {include file="pages_menu.tpl"} lines -
PHP Code:
<a href="help.php?section=Password_Recovery" class="VertMenuItems">Recover password</a><br /> 
Reply With Quote