Parašė TaduXxX· 2010 Rugs. 26 14:09:56
<?php
if (!iMEMBER) {
echo "<div align='center'><br>
<form name='loginform' method='post' action='".FUSION_SELF."'>
".$locale['061'].": <input type='text' name='user_name' class='textbox' style='width:100px'>
".$locale['062'].": <input type='password' name='user_pass' class='textbox' style='width:100px'>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."'>
<input type='submit' name='login' value='".$locale['064']."' class='button'>
</form>
</div>\n";
}
?>