mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix menu toggle links
This commit is contained in:
@ -8,7 +8,7 @@ if (!auth()->user()->inGroup('cliente-administrador','cliente')) {
|
||||
<li class="menu-item">
|
||||
<a href="<?= route_to('mensajeriaView') ?>" class="menu-link">
|
||||
<i class="menu-icon tf-icons ti ti-message"></i>
|
||||
<?= lang("App.menu_mensajes") ?>
|
||||
<div><?= lang("App.menu_mensajes") ?></div>
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user