From 8a5f51845c0ea83fb78c11d73713d0be396dea9e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 31 Oct 2023 14:22:03 -0400 Subject: [PATCH] Reworked the Dashboard so only 1 Dashboard shows on the Side nav and now has a top nav to select dasbords, Personal Dashboard coming --- dashboard.php | 7 +++++++ dashboard_financial.php | 2 ++ dashboard_nav.php | 9 +++++++++ dashboard_technical.php | 1 + side_nav.php | 36 ++++++++---------------------------- 5 files changed, 27 insertions(+), 28 deletions(-) create mode 100644 dashboard.php create mode 100644 dashboard_nav.php diff --git a/dashboard.php b/dashboard.php new file mode 100644 index 00000000..0472e88f --- /dev/null +++ b/dashboard.php @@ -0,0 +1,7 @@ + +
+ +
+ \ No newline at end of file diff --git a/dashboard_technical.php b/dashboard_technical.php index 579faf08..5213600c 100644 --- a/dashboard_technical.php +++ b/dashboard_technical.php @@ -2,6 +2,7 @@ require_once "inc_all.php"; +require_once "dashboard_nav.php"; if (isset($_GET['year'])) { $year = intval($_GET['year']); diff --git a/side_nav.php b/side_nav.php index 6bf3d75b..aa0a9649 100644 --- a/side_nav.php +++ b/side_nav.php @@ -13,37 +13,17 @@