diff --git a/init.php b/init.php index 427e1a0..a500f5a 100644 --- a/init.php +++ b/init.php @@ -4,4 +4,11 @@ // LOAD ENV CONFIG // require_once("./.env.php"); + + + // PREPARE CLASSES FOR STATE STORAGE // + // nav + class Nav { + public static ?string $active = null; + } ?> diff --git a/page/admin/footer.php b/page/admin/footer.php index 01b1866..060f473 100644 --- a/page/admin/footer.php +++ b/page/admin/footer.php @@ -10,7 +10,7 @@ -