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
|