oh, take that option out of the templates
Find and remove:
Code:
<td>
<input type="radio" name="sitesearch" value="{$vboptions['homeurl']}" checked id="ss1"></input>
<label for="ss1" title="Search {$vboptions['homeurl']}">{$vboptions['google_label_site']}</label>
</td>
and
Code:
<td>
<input type="radio" name="sitesearch" value="{$vboptions['homeurl']}" checked id="ss1"></input>
<label for="ss1" title="Search {$vboptions['homeurl']}">{$vboptions['google_label_site']}</label>
</td>
you could also remove both instances of
Code:
<input type="hidden" name="domains" value="{$vboptions['homeurl']}"></input>
but that's up to you