View Single Post
  #7  
Old 09-06-2006, 01:27 PM
 
ecommerce ecommerce is offline
 

eXpert
  
Join Date: Jul 2006
Posts: 267
 

Default Re: Hide breadcrumb on home.php

I want location.tpl (breadcrumb) to only

appear if visitor is looking at a category or product page.

Else,

dont show it.


Is this the right way

skin1/customer/home.tpl


Code:
{if $main eq "catalog" and $current_category.category eq ""}
{else}
{include file="location.tpl"}
{/if}
__________________
X-Cart 4.0.18 DBest
Reply With Quote