View Single Post
  #5  
Old 01-26-2009, 05:36 AM
 
boccio boccio is offline
 

Member
  
Join Date: Aug 2008
Posts: 23
 

Default Re: Problem localizing in templates

head_customer.tpl, but there is absolutely no reference on these links there...

I think this is the snippet:
Quote:
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<img src="{$ImagesDir}/customer_images/arrow.gif" width="27" height="8" alt="" />
<a href="{$speed_bar[sb].link}" class="TopMenu">{$speed_bar[sb].title}
{if $speed_bar[sb].link eq "cart.php"}<img src="{$ImagesDir}/customer_images/cart.gif" width="23" height="12" alt="" /></a>
{else}
</a>&nbsp;
{/if}
{/if}
{/section}
__________________
4.1.10
Reply With Quote