Aggiunta admin page
This commit is contained in:
parent
5fa2881a47
commit
9cf1a602bb
|
|
@ -44,7 +44,7 @@ if ($alessioCandidate && empty($_SESSION['alessio_blessed'])) {
|
||||||
<!-- Menu basato sul ruolo -->
|
<!-- Menu basato sul ruolo -->
|
||||||
<div class="hidden md:flex items-center gap-4">
|
<div class="hidden md:flex items-center gap-4">
|
||||||
<?php if ($isLogged && $roleName === 'admin'): ?>
|
<?php if ($isLogged && $roleName === 'admin'): ?>
|
||||||
<a href="#" class="hover:text-[#cbff4d]">Gestione Utenti</a>
|
<a href="./php/admin/users.php" class="hover:text-[#cbff4d]">Gestione Utenti</a>
|
||||||
<a href="#" class="hover:text-[#cbff4d]">Ruoli & Permessi</a>
|
<a href="#" class="hover:text-[#cbff4d]">Ruoli & Permessi</a>
|
||||||
<a href="#" class="hover:text-[#cbff4d]">Gestione Bibliotecari</a>
|
<a href="#" class="hover:text-[#cbff4d]">Gestione Bibliotecari</a>
|
||||||
<?php elseif ($isLogged && $roleName === 'bibliotecario'): ?>
|
<?php elseif ($isLogged && $roleName === 'bibliotecario'): ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue