tests
This commit is contained in:
parent
6358c7a092
commit
358204e875
@ -1128,7 +1128,8 @@ HTML;
|
|||||||
if ($dress['includemagicdex'] && ($battle && $me)) {
|
if ($dress['includemagicdex'] && ($battle && $me)) {
|
||||||
$r .= showhrefmagic($dress);
|
$r .= showhrefmagic($dress);
|
||||||
} else {
|
} else {
|
||||||
$r .= '<img class="tooltip" src="i/sh/' . $dress['img'] . '" width=20 height=20 title="<b>' . $dress['name'] . "</b>" . ((!empty($dress['text'])) ? "<br><i>{$dress['text']}</i>" : "") . '" />';
|
#$r .= '<img class="tooltip" src="i/sh/' . $dress['img'] . '" width=20 height=20 title="<b>' . $dress['name'] . "</b>" . ((!empty($dress['text'])) ? "<br><i>{$dress['text']}</i>" : "") . '" />';
|
||||||
|
$r .= item('i/sh/' . $dress['img']);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
#$r .= '<img class=\'tooltip\' src="i/w6.gif" width=20 height=20 title="Пустой слот Кольцо" />';
|
#$r .= '<img class=\'tooltip\' src="i/w6.gif" width=20 height=20 title="Пустой слот Кольцо" />';
|
||||||
@ -1137,10 +1138,6 @@ HTML;
|
|||||||
|
|
||||||
$r .= '</div>';
|
$r .= '</div>';
|
||||||
|
|
||||||
#$ru_1 = show_rune(1, $user['id']);
|
|
||||||
#$ru_2 = show_rune(2, $user['id']);
|
|
||||||
#$ru_3 = show_rune(3, $user['id']);
|
|
||||||
#$r .= '<table cellspacing="0" cellpadding="0" border="0" style="background: url(i/runes_slots.jpg) no-repeat center bottom;"><tbody><tr><td width="59" height="48" align="right">' . $ru_1 . '</td><td width="74" height="48" align="center">' . $ru_2 . '</td><td width="57" height="48" align="left">' . $ru_3 . '</td></tr></tbody></table></center>';
|
|
||||||
$r .= '<center><table cellPadding=0 cellSpacing=0 width="100%"><tbody>';
|
$r .= '<center><table cellPadding=0 cellSpacing=0 width="100%"><tbody>';
|
||||||
|
|
||||||
if (!$battle) {
|
if (!$battle) {
|
||||||
|
Loading…
Reference in New Issue
Block a user