Re: remove link above welcome text
That is location.tpl being called. To hide it on the home page, go to customer/home.tpl and replace this:
{include file="location.tpl"}
with this
{if $main eq "catalog" and $current_category.category eq ""}{else}
{include file="location.tpl"}{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|