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' : '';