Деньги в инвентарь
This commit is contained in:
parent
4f4978c83d
commit
f9a8e80cfe
4
main.php
4
main.php
@ -2233,7 +2233,7 @@ if (input::get('edit')) {
|
||||
<td align=center>
|
||||
<table BORDER=0 WIDTH=100% CELLSPACING="1" CELLPADDING="2" BGCOLOR="#A5A5A5">
|
||||
<?php if (!empty($user['money'])): ?>
|
||||
<tr>
|
||||
<tr bgcolor="#C7C7C7">
|
||||
<td width="100" align="center"><img src="i/sh/mesh1.gif"></td>
|
||||
<td></td>
|
||||
<td valign="top">Мешок денег (Масса: 0)<br><b><?= $user['money'] ?> кр.</b></td>
|
||||
@ -2273,7 +2273,7 @@ if (input::get('edit')) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($data->getNumRows() == 0) echo "<tr><td align=center bgcolor=#C7C7C7>Пусто</td></tr>";
|
||||
if ($data->getNumRows() == 0) echo "<tr><th colspan='3' align=center bgcolor=#C7C7C7>Пусто</th></tr>";
|
||||
?>
|
||||
</table>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user