Commit 19fee157a3dfaeefb0e6c6adecd9f5ef59dd000f

Authored by Alex Savenko
1 parent 25072c87

common

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/customer/cabinet.php
... ... @@ -19,7 +19,7 @@
19 19 <div id="sidebar" class="float">
20 20 <div class="subcategory_sidebar_title">
21 21 <h3><?= $t->_("personal_account") ?></h3>
22   - <?php if($customer['users_group_id'] == 37) echo '<img class="vip_icon" src="/images/icon_vip_01.png" alt="vip" />'; ?>
  22 + <?php if($customer['users_group_id'] == 38) echo '<img class="vip_icon" src="/images/icon_vip_01.png" alt="vip" />'; ?>
23 23 <a href="<?= $this->seoUrl->setUrl($this->url->get([ 'for' => 'cabinet' ])) ?>" title="<?= $t->_("profile") ?>" class="active"><?= $t->_("profile") ?></a>
24 24 <a href="<?= $this->seoUrl->setUrl($this->url->get([ 'for' => 'cabinet_email_settings' ])) ?>" title="<?= $t->_("email_settings") ?>"><?= $t->_("email_settings") ?></a>
25 25 <?php
... ...