Commit 7dcd8c970a24f838c650878d565e0ba9eb4193bc

Authored by Alex Savenko
1 parent 75d3948f

common

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -47,7 +47,7 @@
47 47 else {
48 48 echo '<span>'.round($i['price'], 2).'</span> грн';
49 49 }
50   - ?>
  50 + ?>123
51 51 </div>
52 52 <div class="one_item_buttons">
53 53 <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a>
... ...