tests
This commit is contained in:
parent
40c0998505
commit
65269f7b79
@ -939,10 +939,11 @@ HTML;
|
|||||||
} else {
|
} else {
|
||||||
$r .= '<div style="text-align: center">';
|
$r .= '<div style="text-align: center">';
|
||||||
if (!empty($user['align'])) $r .= "<img src='/i/align_{$user['align']}.gif' > ";
|
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 (!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 .= '</div><center>';
|
||||||
$r .= "<table cellspacing=0 cellpadding=0><tr><td colspan=3 width=100%>";
|
$r .= "<table cellspacing=0 cellpadding=0><tr><td colspan=3 width=100%>";
|
||||||
|
Loading…
Reference in New Issue
Block a user