View Single Post
  #20  
Old 08-12-2009, 09:29 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

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

In skin1/customer/home.tpl replace the call for breadcrumbs with this
Code:
{if $main ne "catalog" || $current_category.category ne ""} {include file="customer/bread_crumbs.tpl"} {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote