main inventory shown as class, not function
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user