From
TelaFirma intitial reply to initial thrread:
Quote:
{if $location}
<FONT class="NavigationPath">
{strip}
Home::
{section name=position loop=$location start=1}
{if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</A>{/if}
{if not %position.last%}::{/if}
{/section}
{/strip}
</FONT>
{/if}
|
I tried this code and it worked FAIRLY well. One problem, it does not allow previous pages visited in the breadcrumbs to be hyperlinked.
How do I fix this?
Thanks!