View Single Post
  #11  
Old 03-07-2009, 07:30 PM
  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

This will remove them from the home page and show on any other page

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