ja in dem mod ist mein google adsense code drin, es ginge theoretisch auch ohne code, aber warum? wenn jemand kein google adsense hat und ein suchfeld haben will, dann kann es ihm ja egal sein, ob er mir damit monatlich n paar cent gibt oder nicht. also hier mal das snippet
#
Code: Alles auswählen
#-----[ OPEN ]-----
#
templates/SubSilver/overall_header.tpl
#
#-----[ ADD GANZ UNTEN ]------------------------------------------
#
<!-- Search Google -->
<center>
<form method="get" action="http://www.google.de/custom" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Google-Suche"></input>
<input type="hidden" name="client" value="pub-0483365197697420"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#