Quote:
Originally Posted by balinor
Open customer/home.tpl and comment out or remove these lines:
Code:
{if $login eq "" }
{ include file="auth.tpl" }
{else}
{ include file="authbox.tpl" }
{/if}
and
Code:
{ include file="help.tpl" }
|
thanks!
i think because of the layout i chose... it differs a little from what you gave. but i basically commented out the {if ...} and {/if} for the stuff i didn't need and it worked
