View Single Post
  #4  
Old 02-13-2008, 12:32 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?

Quote:
Originally Posted by shangara singh
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 />

You can use and what you have to offer.
Only need to write this:
PHP Code:
<a href="help.php?section=FAQ" class="VertMenuItems">{$lng.lbl_faq}</a

Large and small letters - are different.
Reply With Quote