Quote:
Originally Posted by Sjakie
I have put this code in the header of my custom template. I can see it but it's still not working. It still sends met to the original VB search.
Please advise
PHP Code:
<tr>
<td class="thead" align="$stylevar[left]">$vbphrase[google_search]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
$vboptions[gtsearch_search_box_code]
</td>
|
Quote:
Originally Posted by snoop1979
excelent mod, works perfect
now, how can i add this same search box on my header?
|
i got it to work, put this on you header
PHP Code:
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="vbmenu_option" title="nohilite">
$vboptions[gtsearch_search_box_code]
</td>
</tr>
</table>
you can change the width if you want. again thanks for this mod