Again I'm not sure but you can play with this.
In your GTSEARCH_GOOGLE template search & remove:
HTML Code:
<if condition="$gtgoogle['qencode']">
<p class="smallfont" align="$stylevar[right]" width="100%" style="padding:$stylevar[cellspacing]px"><phrase 1="search.php?d$session[sessionurl]o=process&query=$gtgoogle[qencode]" 2="$gtgoogle[qencode]" 3="search.php$session[sessionurl_q]">$vbphrase[cant_find_anything_x_y_z]</phrase></p>
</if>
Search for:
Add above:
HTML Code:
<if condition="$gtgoogle['qencode']">
<p class="smallfont" align="$stylevar[left]" width="100%" style="padding:$stylevar[cellspacing]px"><phrase 1="search.php?d$session[sessionurl]o=process&query=$gtgoogle[qencode]" 2="$gtgoogle[qencode]" 3="search.php$session[sessionurl_q]">$vbphrase[cant_find_anything_x_y_z]</phrase></p>
</if>
and see what happens!