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,
