Ouvrir le fichier acceuil.php
Rechercher
Ajouter en dessous
Je joints l'image
Rechercher
Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="2">
<p align="center" class="titre_accueil">Bienvenue sur <? echo TEAM; ?> !</p>
</td>
</tr>
Ajouter en dessous
Code:
<tr>
<td colspan="2"><center><form method=GET action="http://www.google.fr/search" target="_blank">
<table width="597">
<tr>
<td>
<div align="center">
<a href="http://www.google.fr/" ><img src="images/google.png" border=0 /></a>
<input type=text name=q size=31 maxlength=255 value="">
<input type=hidden name=hl value=fr>
<input type=submit name=btnG value="Recherche Google">
</div>
</td>
</tr>
</table>
</form></center></td>
</tr>
Je joints l'image