View Single Post
  #3  
Old 02-12-2008, 03:56 AM
 
shangara singh shangara singh is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 38
 

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

Thanks, Yurij. That's done the trick. I was using following line and changing the section and class: <a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions }</a><br />

This didn't work (I'm not PHP savvy). It worked when I didn't include: "{$lng.lbl_FAQ}"

<a href="help.php?section=FAQ" class="VertMenuItems">F.A.Q.</a><br />
__________________
-------------------------
Shangara Singh
www.Examaids.com
X-Cart: Version 4.1.10
Reply With Quote