diff --git a/common.inc.php b/common.inc.php index b6e43f6..66db37f 100644 --- a/common.inc.php +++ b/common.inc.php @@ -151,9 +151,9 @@ if(isset($_SESSION['roles']) && $_SESSION['username']) {
"; //only display the named greeting if we have their name -echo i18n("Hello %1",array($_SESSION['name'])); +echo i18n("Hello %1",array($_SESSION['name'])); -echo "
This is a placeholder for the main user page until all the specific user-role pages are removed. For now, here's what you can do: