From 5c6ca9e4cf6d26f72c3f6d4ec86bb703aae1ea73 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 19 Sep 2018 18:24:43 -0400 Subject: stdpage: Update user button appearance Removed placholder text and now displaying the logged-in user's display name. This is accopanied by the user icon and (conditionally) the 'cool' sunglasses icon for admins. This is similar, but not identical, to the markup of my old archived code I'm clearing out. --- app/view/stdpage.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 2eb2c2c..064f6e7 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -222,7 +222,14 @@ require_once "view/settings.php";