Reworked the Dashboard so only 1 Dashboard shows on the Side nav and now has a top nav to select dasbords, Personal Dashboard coming

This commit is contained in:
johnnyq
2023-10-31 14:22:03 -04:00
parent 4a4924f4f6
commit 8a5f51845c
5 changed files with 27 additions and 28 deletions

View File

@@ -2,6 +2,7 @@
require_once "inc_all.php";
require_once "dashboard_nav.php";
if (isset($_GET['year'])) {
$year = intval($_GET['year']);