make class greater:modificators
This commit is contained in:
@@ -24,7 +24,7 @@ class ShopItem extends Item
|
||||
*/
|
||||
public function printControls()
|
||||
{
|
||||
$btnPrice = 'Купить за' . intval($this->cost) . 'кр.';
|
||||
$btnPrice = 'Купить за ' . intval($this->cost) . ' кр.';
|
||||
echo <<<BTN
|
||||
<p><input type="button" style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="{$btnPrice}"
|
||||
onclick="location='/admin.php'">
|
||||
|
||||
Reference in New Issue
Block a user