shoppingmallv2 init...
This commit is contained in:
parent
18c8ba0106
commit
8113569e61
@ -8,7 +8,7 @@
|
||||
<li>
|
||||
<hr class="dropdown-divider">
|
||||
</li>
|
||||
<li><a class="dropdown-item" href="/front/user/logout"><?= ICONS['LOGOUT'] ?>Logout</a></li>
|
||||
<li><a class="dropdown-item" href="<?= URLS['LOGOUT'] ?>"><?= ICONS['LOGOUT'] ?>Logout</a></li>
|
||||
</ul>
|
||||
<?php else : ?><a class="nav-link dropdown-toggle" href="/front/user/login" role="button"><?= ICONS['LOGIN'] ?>Login</a><?php endif ?>
|
||||
<?php else : ?><a class="nav-link dropdown-toggle" href="<?= URLS['LOGIN'] ?>" role="button"><?= ICONS['LOGIN'] ?>Login</a><?php endif ?>
|
||||
</li>
|
||||
Loading…
Reference in New Issue
Block a user