View Single Post
  #15  
Old 06-24-2009, 03:30 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

try this
Code:
{if $location} <div id="location" style="padding-left:10px;"> {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|esc ape}{/if}</a> {else} {if $main ne 'product'} <font class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{$l.0|escape}</font> {/if} {/if} {if $smarty.foreach.location.last neq "1"} <span>>></span> {else} {/if} {/foreach} </div> {/if}
__________________
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