in /skin1/head.tpl
FIND:
Code:
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
comment it out - use {* and *} -- so it will look like:
Code:
{* {if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if} *}
THEN, copy the same lines and put it into home.tpl (or wherever you want it).
You may have to fix some table formatting of both files.
OK?