Searching with google do not work. I used the following changes.
Change the code of web_search.html to:
<%include file="header.html"
title="Suchergebnis: $keyword"
meta_keywords=""
meta_description=""
%>
</td>
</tr>
<tr>
<td>
<!-- main content here -->
<br />
<b>Suchergebnis</b>
<p>Ihre Suche nach "<font color="#008040"><b><i><%$keyword%></i></b></font>" erzielte <b><%$num_links%></b> Treffer.</p>
<!-- links -->
<%if $link%>
<table cellpadding="1" cellspacing="0" align="center" border="0" width="100%" style="background-color: #ffffff;">
<tr>
<td><!-- link header -->
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="0" class="tbl_border">
<tr>
<td height="24" colspan="2" class="tbl_caption"> Web Links</td>
</tr>
</table>
<br />
<%$link%>
</td>
</tr>
</table>
<%else%>
<p>no result? Use IIsengart search engine...</p>
<iframe src="http://www.gnomecat.net" style="border:0px #FFFFFF none;" name="myiframe" scrolling="auto" frameborder="1" align=aus marginheight="0px" marginwidth="0px" height="500" width="800"></iframe>
<%/if%>
<!-- pagination -->
<%if $pagination%>
<center>
<p class="pagination1"><%$pagination%></p>
</center>
<%/if%>
<br />
<br />
<!-- end of main content -->
</td>
</tr>
<tr>
<td>
<%include file="footer.html"%>


LinkBack URL
About LinkBacks

I just bought it thinking I had a meta search solution !
