in file, skin1/customer/home.tpl
FIND:
Code:
{include file="location.tpl"}
REPLACE WITH:
Code:
{if $main eq "catalog" and $current_category.category ne ""}
{include file="location.tpl"}
{/if}
Basically, if the current category is not empty, show location.tpl. Ok?
Hope this works for you.
--Jeremy