Merge branch 'master' into itminf

This commit is contained in:
lopar 2019-01-12 12:17:55 +02:00
commit 7ef3f4ac84
6 changed files with 1 additions and 1 deletions

BIN
i/sh/armor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
i/sh/katana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
i/sh/money-bag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
i/sh/ring1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
i/sh/ring2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

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>