main inventory shown as class, not function

This commit is contained in:
Igor Barkov [iwork]
2019-02-12 20:31:23 +02:00
parent 78c76eb9e7
commit 4bd6ed58a0
4 changed files with 72 additions and 14 deletions
+2 -2
View File
@@ -154,7 +154,7 @@ if ($castleOwners['id'] == $user['klan']) { ?>
<?php else: $status = 'Вы не можете забрать эту вещь из арсенала.';
endif; ?>
</TD>
<TD valign=top> <?php showitem($row); ?> </TD>
<TD valign=top> Тут был showitem($row); </TD>
</TR>
<?php endwhile; ?>
</table>
@@ -168,7 +168,7 @@ if ($castleOwners['id'] == $user['klan']) { ?>
<IMG SRC="i/sh/<?= $row['img'] ?>">
<BR><A HREF="?add=<?= $row['id'] ?>&sid=&sale=1">сдать в арсенал</A>
</TD>
<TD valign=top> <?php showitem($row); ?> </TD>
<TD valign=top> Тут был showitem($row); </TD>
</TR>
<?php endwhile; ?>
</table>