diff --git a/Rocksolid_Light/common/header.php b/Rocksolid_Light/common/header.php index d0bac57..7086c74 100644 --- a/Rocksolid_Light/common/header.php +++ b/Rocksolid_Light/common/header.php @@ -135,9 +135,9 @@ echo ''; if ($unread) { $motd = '
*** You have unread mail. Click Here ***
'; } -if (strlen($motd) > 0) { +//if (strlen($motd) > 0) { echo '

' . $motd . '

'; -} +//} echo '
'; echo '

';