Деньги в инвентарь

This commit is contained in:
lopar 2019-01-10 02:07:44 +02:00
parent 4f4978c83d
commit f9a8e80cfe

View File

@ -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>