View Single Post
  #435  
Old 06-26-2011, 06:13 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

Hi Costanza, you can comment out or replace this part...
Code:
<div id="header_links"> <ul> {section name=sb loop=$speed_bar step=-1} <li{if $smarty.section.sb.first} class="first"{elseif $smarty.section.sb.last} class="last"{/if}><a href="{$speed_bar[sb].link}">{$speed_bar[sb].title}</a></li> {/section} </ul> </div>
__________________
xcartmods.co.uk
Reply With Quote