Reorganizando menus

This commit is contained in:
imnavajas
2024-05-01 21:14:39 +02:00
parent 48866b5afd
commit 80d5c4dda3
12 changed files with 472 additions and 967 deletions

View File

@ -5,7 +5,7 @@ $tfa = $session->get('tfa') ?? false;
$settings = $session->get('settings');
// Legacy TODO: check?
$picture = session()->get('picture');
$picture = "/assets/img/default-user.png";
$pulse = session()->get('pulse');
$notification = session()->get('notification');