View Single Post
  #2  
Old 05-03-2010, 04:38 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Highlight current page in speedbar

Use $main, $help_section and $page_data and define css style "current" or wnatever you want to call it

{if $main eq "...."}, {if $help_section eq "contactus"}, {if $page_data.pageid eq "...."}

Something like this

<a href=""{if $help_section eq "contactus"} class="current"{/if}>Contact Us</a>
<a href=""{if $page_data.pageid eq "5"} class="current"{/if}>Skin Care</a>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote