View Single Post
  #2  
Old 09-29-2005, 05:44 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

In home.tpl, 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
Reply With Quote