This commit is contained in:
lopar 2018-12-27 21:37:22 +02:00
parent 40c0998505
commit 65269f7b79

View File

@ -939,10 +939,11 @@ HTML;
} else {
$r .= '<div style="text-align: center">';
if (!empty($user['align'])) $r .= "<img src='/i/align_{$user['align']}.gif' > ";
$r .= "<b>$user[login]</b> ";
if ($user['block']) $r .= "<span class='private'><s>{$user['login']}</s></span>";
else $r .= "<b>$user[login]</b> ";
if (!empty($user['klan'])) $r .= "<img src='/i/klan/" . ClanImage($user['klan']) . ".gif' > ";
if ($user['block']) $r .= '<br><span class="private">Персонаж заблокирован</span>';
$r .= '</div><center>';
$r .= "<table cellspacing=0 cellpadding=0><tr><td colspan=3 width=100%>";