Money bag

This commit is contained in:
lopar 2019-01-10 21:28:18 +02:00
parent dae3a5bab0
commit bb24373339

View File

@ -2234,7 +2234,7 @@ if (input::get('edit')) {
<table BORDER=0 WIDTH=100% CELLSPACING="1" CELLPADDING="2" BGCOLOR="#A5A5A5">
<?php if (!empty($user['money'])): ?>
<tr bgcolor="#C7C7C7">
<td width="100" align="center"><img src="i/sh/mesh1.gif"></td>
<td width="100" align="center"><img src="i/sh/money-bag.png"></td>
<td></td>
<td valign="top">Мешок денег (Масса: 0)<br><b><?= $user['money'] ?> кр.</b></td>
</tr>