Будь проклят тот день, когда я решил ввести неймспейсы...
This commit is contained in:
@@ -62,11 +62,11 @@ if ($_SESSION['receiverName']) {
|
||||
|
||||
$queryItems = db::c()->query('SELECT * FROM inventory WHERE dressed_slot = 0 AND on_sale = 0 AND owner_id = ?i', $user->id);
|
||||
while ($row = $queryItems->fetch_assoc()) {
|
||||
$iteminfo[] = new InventoryItem($row);
|
||||
$iteminfo[] = new \Battles\InventoryItem($row);
|
||||
}
|
||||
}
|
||||
}
|
||||
Template::header('Почта');
|
||||
\Battles\Template::header('Почта');
|
||||
?>
|
||||
<div style="float: right">
|
||||
<button onclick="top.frames['gameframe'].location = 'city.php?cp'">Вернуться</button>
|
||||
|
||||
Reference in New Issue
Block a user