View Single Post
  #6  
Old 02-24-2009, 05:47 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Change bread crumb to start with "Home" not company name

replace {foreach}...{/foreach} block there with this:
Code:
{foreach from=$location item=l name=location} {if $l.1 && !$smarty.foreach.location.last} <a href="{$l.1|amp}" class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{if $smarty.foreach.location.first}Home{else}{$l.0|escape}{/if}</a> {else} <font class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{if $smarty.foreach.location.first}Home{else}{$l.0|escape}{/if}</font> {/if} {if !$smarty.foreach.location.last} <span>::</span> {/if} {/foreach}
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote