View Single Post
  #2  
Old 08-29-2004, 05:35 PM
 
kylew3 kylew3 is offline
 

Newbie
  
Join Date: Mar 2003
Posts: 2
 

Default

In the /customer/home.tpl template I changed this line:

Code:
{include file="location.tpl"}

to these lines:

Code:
{if $mode || $cat} {include file="location.tpl"} {/if}

It's a crude way of doing it, but I think it does the trick.

-Kyle
Reply With Quote