From 4afcf050494b12ad423cb2116553a0cff5482199 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 May 2025 11:23:34 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20funcionalidad=20de=20marcar=20el?= =?UTF-8?q?=20menu=20que=20esta=20activo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/themes/vuexy/main/defaultlayout.php | 28 ++- ci4/app/Views/themes/vuexy/main/footer.php | 47 ----- ci4/app/Views/themes/vuexy/main/header.php | 189 ------------------ .../themes/vuexy/main/menu_digitalizacion.php | 2 +- .../themes/vuexy/main/menu_maquetacion.php | 2 +- .../vuexy/main/menus/dashboard_menu.php | 9 +- 6 files changed, 35 insertions(+), 242 deletions(-) delete mode 100755 ci4/app/Views/themes/vuexy/main/footer.php delete mode 100755 ci4/app/Views/themes/vuexy/main/header.php diff --git a/ci4/app/Views/themes/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/vuexy/main/defaultlayout.php index 2664577c..9a94c6ef 100755 --- a/ci4/app/Views/themes/vuexy/main/defaultlayout.php +++ b/ci4/app/Views/themes/vuexy/main/defaultlayout.php @@ -152,7 +152,8 @@ $picture = "/assets/img/default-user.png"; - - - - diff --git a/ci4/app/Views/themes/vuexy/main/header.php b/ci4/app/Views/themes/vuexy/main/header.php deleted file mode 100755 index 98bfe3f3..00000000 --- a/ci4/app/Views/themes/vuexy/main/header.php +++ /dev/null @@ -1,189 +0,0 @@ -get('token') ?? ''; -$tfa = $session->get('tfa') ?? false; -$settings = $session->get('settings'); - -// Legacy TODO: check? -$picture = "/assets/img/default-user.png"; -$pulse = session()->get('pulse'); -$notification = session()->get('notification'); - -if (!empty($token) && $tfa == false) { - //echo ""; -} -?> - - - - - - - - - - <?= lang("App.dashboard_title") ?> - <?= $settings['title']??'' ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
- -
-
- - diff --git a/ci4/app/Views/themes/vuexy/main/menu_digitalizacion.php b/ci4/app/Views/themes/vuexy/main/menu_digitalizacion.php index 39f8090b..0aa1b670 100755 --- a/ci4/app/Views/themes/vuexy/main/menu_digitalizacion.php +++ b/ci4/app/Views/themes/vuexy/main/menu_digitalizacion.php @@ -22,7 +22,7 @@ $developmentClass = ($skEnv === 'development') ? 'env-bg' : '';