Похоронил валютный магазин, который стоит заводить в самую последнюю очередь.

This commit is contained in:
lopar
2020-10-27 19:16:20 +02:00
parent f668e9c122
commit 1e58e8a99c
9 changed files with 15 additions and 247 deletions
-4
View File
@@ -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();