From 4151e3f7c42b6c679514d62768c282a907223e76 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 16 Sep 2018 17:02:29 -0400 Subject: Add settings modal and user settings tab Updated old settings modal design, to incorporate added Scrott features. Reimplemented this modal in Scrott from archived code and have included it in the navbar. --- app/view/stdpage.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/view/stdpage.php') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 1629dbf..acd1ba2 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -17,6 +17,7 @@ namespace stdpage; require_once "class/globals.php"; require_once "class/user.class.php"; require_once "view/datamods.php"; +require_once "view/settings.php"; ?> @@ -166,6 +167,7 @@ require_once "view/datamods.php"; + @@ -224,10 +226,9 @@ require_once "view/datamods.php"; -- cgit v1.2.3