у меня фьюжн не стоит, но судя по всему - вот эти строчки:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->else {
openside("Быстрый вход");
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0' background='".THEME."images/userlogin.gif' align='center'><form name='loginform' method='post' action='".FUSION_SELF."'>
<tr>
<td align='right'>Имя: </td>
<td> <input type='text' name='user_name' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
</tr>
<tr>
<td align='right'>".$locale['062'].": </td>
<td> <input type='password' name='user_pass' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
</tr>
<tr>
<td align='right'><input type='checkbox' name='remember_me' value='y'></td>
<td> <input type='submit' name='login' value='Войти' class='button'></td>
</tr>
</form>\n";
if ($settings['enable_registration']) {
echo "<a href=".BASEDIR."register.php>Регистрация</a> / <a href=".BASEDIR."lostpassword.php>Забыли пароль?</a>\n";
}<!--c2--></div><!--ec2-->