Commit a1fb235407f4c9e639e45e6d19ae825eacb9b2e9
1 parent
4ee7eb22
vip prices tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | </div> |
| 28 | 28 | <div class="one_item_title"> |
| 29 | 29 | <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="<?= $i['title'] ?>"> |
| 30 | - <h3><?= \plugins::getShortText($i['title']) ?> / <?= $users_group_id?></h3> | |
| 30 | + <h3><?= \plugins::getShortText($i['title']) ?></h3> | |
| 31 | 31 | </a> |
| 32 | 32 | </div> |
| 33 | 33 | <div class="align_bottom"> | ... | ... |