remove old unused function
This commit is contained in:
@@ -28,6 +28,6 @@ class ShopItem extends Item
|
||||
<p><input type="button" style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="{$btnPrice}"
|
||||
onclick="location='{$btnLink}'">
|
||||
BTN;
|
||||
if ($this->count > 0) echo "<br><small>(Осталось: {$this->count} штук)</small>";
|
||||
if ($this->count > 0) echo "<br><small>В наличии: {$this->count} штук</small>";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user