I looked in skin1/customer/head.tpl and this is the only reference to search I found.
Quote:
{if $main ne "fast_lane_checkout"}
<tr>
<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</td>
|
It seems like this would be a simple feature, easily enabled.