From ddf56f3ccf8130d6c368fb50c9b58c19032eaeb7 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 11 Feb 2018 16:41:55 -0500 Subject: Add start of navbar --- app/view/stdpage.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'app/view/stdpage.php') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 0af782a..7797ef5 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -15,6 +15,7 @@ namespace stdpage; require_once "class/globals.php"; +require_once "class/user.class.php"; ?> @@ -79,3 +80,70 @@ require_once "class/globals.php"; + + + + + -- cgit v1.2.3