remove old unused function

This commit is contained in:
Igor Barkov [iwork]
2019-01-14 19:15:16 +02:00
parent 35b9215f16
commit 5fb31ccc07
2 changed files with 1 additions and 191 deletions

View File

@@ -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>";
}
}