View Single Post
  #7  
Old 05-11-2010, 06:22 AM
  FTI's Avatar 
FTI FTI is offline
 

Senior Member
  
Join Date: Oct 2009
Location: Plovdiv, Bulgaria
Posts: 153
 

Default Re: Highlight current page in speedbar

Code:
{* $Id: tabs.tpl,v 1.2 2009/04/21 11:42:00 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {if $speed_bar} <div class="tabs"> <ul> {foreach from=$speed_bar item=sb name=tabs} <li{interline name=tabs}><a href="{$sb.link|amp}"{if $current_category.categoryid eq "xxx"}>{$sb.title}</a></li> {/foreach} </ul> </div> {/if}

Something like this? How I should apply this for all of the 7 links and I know it sounds stupid but how can I get the category ID Thank you man, you are the one who is helping me since my fist post in this forum. I appreciate it, too bad I can't help you a lot with my poor knowledge...
__________________
Version 4.2.3
X-Cart Gold

Version 4.3.1
X-Cart Gold
Reply With Quote