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>
{/if}
{/if}
{/section}
|