From 0c3f01f2383ae52655aae9ecf34c0c0dac6e84df Mon Sep 17 00:00:00 2001 From: james Date: Wed, 2 Mar 2011 05:25:00 +0000 Subject: [PATCH] Put a useful link on the main page, since there's nothing else --- user_main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_main.php b/user_main.php index 954d214..33fa61c 100644 --- a/user_main.php +++ b/user_main.php @@ -146,7 +146,8 @@ send_header("Main Page", array()); //only display the named greeting if we have their name echo i18n("Hello %1",array($_SESSION['name'])); - +echo "
"; +echo "Please review your roles below and if correct, continue to your Account Profile"; echo "
"; echo "
"; draw_roles();