View Single Post
  #1  
Old 08-01-2007, 07:50 PM
 
typologist typologist is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 51
 

Default Remove a sidebox?

Hi,

I have searched for hours, and could not find how to remove a sidebox (one of those not listed in the "modules" section of the admin).

1. I need to remove the authentication box in my site, but I dont want to do it by deleteing the code, but commenting it. I think this is the code:

In /customer/home.tpl

{if $login eq "" }
{include file="auth.tpl" }
{else}
{include file="authbox.tpl" }


I tried commenting those lines as I read somewhere, using {* and *} but only resulted in errors.

2. I also need to completely remove the header (the top row of the site).

Thanks for your help,
__________________
4.1.8 Gold (Unix)
Reply With Quote