Quote:
Originally Posted by CopperB
I want to remove the location on the homepage only. In my location.tpl there is no "Home" reference as 27stars mentioned.
|
try change first and last lines to:
Code:
{if $main eq "catalog" and $current_category.category eq ""}{else}{if $location}
....
{/if}{/if}