Thread: help.tpl
View Single Post
  #1  
Old 12-12-2007, 12:29 PM
 
johnnym59 johnnym59 is offline
 

Member
  
Join Date: Jul 2007
Posts: 11
 

Default help.tpl

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&amp;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
Attached Thumbnails
Click image for larger version

Name:	help zone.jpg
Views:	163
Size:	10.2 KB
ID:	685  
__________________
JVM
www.fastbreaksports.net
X-Cart 4.1.8 [WIN]
several add ons
Reply With Quote