/themes/ton theme/function.php
Cherche la fonction pour la connexion:
function mx_theme_loginform()
quelques lignes en dessous tu as le code html d'affichage de la boite:
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td width="61%"><div align="right">Benutzername:</div></td>
<td width="9%">
<div align="left">
<input type="text" name="uname" size="14" maxlength="25" title="$nickname">
</div></td><td width="7%"><div align="right">Passwort:
</div></td>
<td width="9%">
<div align="left">
<input type="password" name="pass" size="14" maxlength="20" title="$password">
</div></td><td width="14%"><input name="submit" type="submit" value="$login"></td>
</tr>
</tbody>
</table>
Remplace >Benutzername:< par >Pseudo:<
et >Passwort:< par >Mot de passe:<
en dessous de ce code tu as le code html des liens au compte:
<table align="right" width="400" border="0">
<tr>
<td width="100%"><div align="right" style="white-space:nowrap;">$hallo <span style="color: #99cc33; background-color: transparent;">$username</span> ! </div></td>
<td width="100%"><div align="right" style="white-space:nowrap;">$privatemessages </div></td>
<td width="21"><div align="right">$arrowpic</div></td>
<td width="40"><div align="left"><a href="modules.php?name=Your_Account" title="$account">Account</a></div></td>
<td width="21"><div align="right">$arrowpic</div></td>
<td width="40"><div align="left"><a href="modules.php?name=Your_Account&op=logout" title="$logout">Logout</a> </div></td>
</tr>
</table>
Remplace >Acount< par >Compte< et >Logout< par >Déconnexion<
