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