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.