View Single Post
  #3  
Old 05-27-2005, 11:02 AM
 
Kshock Kshock is offline
 

Member
  
Join Date: May 2005
Posts: 11
 

Default

Thanks for the tip, Shan.

For anyone interested, this is how I turned off the breadcrumbs on the store homepage only: In the /customer/home.tpl file, replace this line...

Code:
{include file="location.tpl"}

...with these lines...

Code:
{if $main ne "catalog" or $current_category.category ne ""} {include file="location.tpl"} {/if}

Now the breadcrumb navigation links appear on all pages except for the Store homepage.
__________________
X-Cart Gold 4.0.13
Reply With Quote