Re: Remove Location Breadcrumbs from Home
Note for products, there may be instances where $products.productid is defined and the user is not on the product page, so it is better to use this for product pages only:
{if $main eq "product"}
{include file="location.tpl"}
{/if}
|