categoryType = $_GET['otdel']; } else { Shop::$current->categoryType = Shop::CATEGORY_SALE_ITEMS; } } if (!empty($_POST['sellshop'])) { ShopItem::sellItem($_POST['itemId'], User::$current, 1); } if (!empty($_POST['buyshop'])) { ShopItem::buyItem($_POST['itemId'], User::$current); } Template::header('Магазин'); ?>