Похоронил валютный магазин, который стоит заводить в самую последнюю очередь.
This commit is contained in:
@@ -47,10 +47,6 @@ BTN;
|
||||
$btnValue = "Купить за " . intval($this->cost) . " кр.";
|
||||
$btnLink = "/shop.php?buy={$this->id}&rnd=" . mt_rand();
|
||||
break;
|
||||
case 'ashop':
|
||||
$btnValue = "Купить за " . intval($this->ecost) . " eкр.";
|
||||
$btnLink = "/ashop.php?buy={$this->id}&rnd=" . mt_rand();
|
||||
break;
|
||||
case 'sell':
|
||||
$btnValue = "Продать";
|
||||
$btnLink = "/shop.php?sell={$this->id}&rnd=" . mt_rand();
|
||||
|
||||
Reference in New Issue
Block a user