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

7
dashboard.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
require_once "inc_all.php";
require_once "dashboard_nav.php";
require_once "footer.php";