Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
15 righe
522 B
15 righe
522 B
<? |
|
//Utils::checkLogin(); |
|
//Utils::checkViewConsent(); |
|
require_once ROOT . "lib/classes/Menu.php"; |
|
$mainMenu = new Menu(true); |
|
if (ATTIVA_MENUBAR) { |
|
echo $mainMenu->RenderStaticNavBar("navbarCollapse", "MenuOr"); |
|
} else { |
|
?> |
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-header"> |
|
<!--img src="<?=BASE_HTTP?>assets/img/sicilia.png" alt="" class="logo"/--> |
|
<a class="navbar-brand" href="#"><?= APP_NAME ?></a> |
|
</nav> |
|
<? }?> |
|
<? include_once ROOT . 'layout/loader.php'; ?>
|
|
|