View Single Post
  #3  
Old 09-20-2004, 04:30 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Not pretty but it works....

In /customer/home.tpl look for the line
Code:
{include file="location.tpl"}
and replace with
Code:
{if $main eq "catalog" and $current_category.category eq ""} {else} {include file="location.tpl"} {/if}

This will also give you the option of inserting something else right before the {else} if you wanted to include something besides the location.tpl rather than just not displaying it at all.
Reply With Quote