View Single Post
  #3  
Old 06-03-2008, 12:38 PM
 
itsmeee itsmeee is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 56
 

Default Re: bread crumb question

Thanks

This is what I added

Code:
{if %position.last%}<a href="{$location[position].1|amp}" class="NavigationPathCurrent">{/if}

right below

Code:
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if}

Edit: This turned my whole page into a link, so you need to add an </a> after {$location[position].0}

Then of I added this to my .css file

Code:
A.NavigationPathCurrent {color:#800000;}

Your color and style may vary
__________________
Version 4.1.8
Reply With Quote