Hoi, Bee bedankt voor je reactie.
index_body.tpl (/subportal)
Dit gedeelte bedoel je?
(er staat ook nog frans in, ik heb dit zo gelaten, wellicht veroorzaakt lengte string(s) fout?)
-------------paste-------------
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="Pseudo" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="Mot de passe" size="10" />
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autoconnection" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
---------------------end paste----------------------
Ik vindt geen fout? (ben nog php noob,srry)
Zit t'm hierin? (verschil syntax?)
(uit index body)

<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
(uit login)

<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" />
