diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 00000000..b03736c5
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $PROJECT_DIR$/ci4/composer.json
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1682339793915
+
+
+ 1682339793915
+
+
+
+
+
+
+ 1682339938559
+
+
+
+ 1682339938559
+
+
+ 1682420504675
+
+
+
+ 1682420504675
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ file://$PROJECT_DIR$/ci4/app/Views/themes/backend/vuexy/main/menu.php
+ 64
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ci4/app/Controllers/Home.php b/ci4/app/Controllers/Home.php
index 2008c4d6..5c7a6607 100644
--- a/ci4/app/Controllers/Home.php
+++ b/ci4/app/Controllers/Home.php
@@ -31,7 +31,14 @@ class Home extends BaseController
else
$salutation = lang("App.dashboard_good_night");
- switch ($session->get('dashboard')):
+ echo view(getenv('theme.path').'main/all');
+
+ //echo view(getenv('theme.path').'main/header');
+ //echo view(getenv('theme.path').'main/menu');
+ //echo view(getenv('theme.path').'form/dashboard/index');
+ //echo view(getenv('theme.path').'main/footer');
+
+ /*switch ($session->get('dashboard')):
case 'admin':
$data['title'] = [
'module' => lang("App.dashboard_hello").' '.$name,
@@ -148,5 +155,6 @@ class Home extends BaseController
echo view(getenv('theme.path').'form/dashboard/index');
echo view(getenv('theme.path').'main/footer');
endswitch;
+ */
}
}
diff --git a/ci4/app/Views/themes/backend/vuexy/login/header.php b/ci4/app/Views/themes/backend/vuexy/login/header.php
index 6be1d03e..cb484cb1 100644
--- a/ci4/app/Views/themes/backend/vuexy/login/header.php
+++ b/ci4/app/Views/themes/backend/vuexy/login/header.php
@@ -61,7 +61,7 @@ if (!empty($token) && $tfa == false) {
diff --git a/ci4/app/Views/themes/backend/vuexy/main/all.php b/ci4/app/Views/themes/backend/vuexy/main/all.php
new file mode 100644
index 00000000..2ecb6a67
--- /dev/null
+++ b/ci4/app/Views/themes/backend/vuexy/main/all.php
@@ -0,0 +1,550 @@
+get('token') ?? '';
+$tfa = $session->get('tfa') ?? false;
+$settings = $session->get('settings');
+
+$picture = session()->get('picture');
+$pulse = session()->get('pulse');
+$notification = session()->get('notification');
+
+if (!empty($token) && $tfa == false) {
+ //echo "";
+}
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ */ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Page 1
+
+ Sample page.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ci4/app/Views/themes/backend/vuexy/main/footer.php b/ci4/app/Views/themes/backend/vuexy/main/footer.php
index a49232fc..62b70f5c 100644
--- a/ci4/app/Views/themes/backend/vuexy/main/footer.php
+++ b/ci4/app/Views/themes/backend/vuexy/main/footer.php
@@ -1,5 +1,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+