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
