Put a useful link on the main page, since there's nothing else

This commit is contained in:
james 2011-03-02 05:25:00 +00:00
parent ead770775d
commit 0c3f01f238

View File

@ -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 "<br />";
echo "Please review your roles below and if correct, continue to your <a href=\"user_edit.php\">Account Profile</a>";
echo "<br />";
echo "<br />";
draw_roles();