View Single Post
  #14  
Old 04-16-2007, 12:00 PM
 
imimin imimin is offline
 

Senior Member
  
Join Date: Mar 2007
Posts: 195
 

Default Re: location.tpl - change company name

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!
__________________
Demoing v4.4.2 for new site
Licensed v4.0.19
Reply With Quote