diff --git a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php index bd2a4e67..fb37147c 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php @@ -230,7 +230,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/all.php b/ci4/app/Views/themes/backend/vuexy/main/all.php index fc100a31..c7127724 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/all.php +++ b/ci4/app/Views/themes/backend/vuexy/main/all.php @@ -463,7 +463,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php index 991f9015..8f4932fc 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php @@ -233,7 +233,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php index 496f4006..5c96ceb5 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php +++ b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php @@ -178,7 +178,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php index 1da9e545..67d418c0 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php @@ -233,7 +233,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php index 2b95148c..ae5a4b4d 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php @@ -234,7 +234,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin