Re: Remove Location Breadcrumbs from Home
you replace this
{include file="location.tpl"}
with this
{if $main eq "product" OR ($main eq "catalog" AND $current_category.categoryid gt 0)}
{include file="location.tpl"}
{/if}
location.tpl is probably in home.tpl
__________________
xcart 5.1.2
|