| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
#1
|
|||||||
|
|||||||
![]() I am tryimg to get help zone items listed on my site.
I have used the code below, but all I get is 3 of the 5 items. As you can see in the attachment, the bullets are there. I'm a newbie so bear with me, please. The code: {capture name=menu} {capture name=bullet}<a href="help.php?section=contactus&mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet} {capture name=bullet}<a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement} </a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet} {capture name=bullet}<a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions }</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet} {capture name=bullet}<a href="help.php?section=FAQ" class="VertMenuItems">{$lng.lbl_FAQ}</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet} {capture name=bullet}<a href="help.php?section=Password_Recovery" class="VertMenuItems">{$lng.lbl_ Password_Recovery }</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet} {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"} Any help, (parden the pun) would be appreciated |
|||||||
#2
|
|||||||
|
|||||||
![]() For the Pasword recovery, you have a couple extra spaces in the language variable, needt o remove those:
{$lng.lbl_ Password_Recovery } should be {$lng.lbl_Password_Recovery} Is lbl_FAQ an existing language variable?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() All fixed, thanks for your help.
JVM |
|||||||
|
|||
X-Cart forums © 2001-2020
|