View Single Post
  #6  
Old 06-27-2005, 05:06 PM
 
shirley2005 shirley2005 is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 33
 

Default

I tried this method in 4.0.14, but it doesnt work.

Actually, it works for one variable, but not others.
I made two links, one is 'home.php", the other is "cart.php"


Code:
{$lng.lbl_home}

worked, but something like

Code:
{$lng.lbl_your_shopping_cart}

wont show up.

Anybody know how to make it work?

Thanks

Quote:
Originally Posted by stever
I got a prompt reply from support after their holiday which suggested changing the variable in skin1/customer/top_menu.tpl from $speed_bar[sb].title to $sb_title and prefacing the table cell with some code so that it would now read:

{eval var=$speed_bar[sb].title assign="sb_title"}
<td>{include file="customer/tab.tpl" tab_title="`$sb_title`"}</td>

Then replacing the names on the Speed Bar Management page with a language variable such as $lng.lbl_home which you can then define in the Language admin.

__________________
x-cart 4.0.14 Pro
Reply With Quote