caponedel69
24/06/2003, 12h28
quand je me log surl'index, une page blanche s'affiche, je suis obliG de passe par le profil, je me demandais si ma template "forumhome_logincode" était correcte
la voici:
<table border="0" cellpadding="0" cellspacing="0">
<form action="member.php" method="post">
<tr>
<td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="Entrer!">
<input type="text" class="bginput" name="Pseudo" size="14">
<input type="password" class="bginput" name="pass" size="14">
<input type="submit" class="bginput" value="Login"></td>
</tr>
</form>
</table>
la voici:
<table border="0" cellpadding="0" cellspacing="0">
<form action="member.php" method="post">
<tr>
<td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="Entrer!">
<input type="text" class="bginput" name="Pseudo" size="14">
<input type="password" class="bginput" name="pass" size="14">
<input type="submit" class="bginput" value="Login"></td>
</tr>
</form>
</table>