summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index c28d61cbe..37aeeee87 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -216,11 +216,8 @@ class MobileProfilePlugin extends WAP20Plugin
$action->elementStart('div', array('id' => 'header'));
$this->_showLogo($action);
$action->showPrimaryNav();
- $action->showSiteNotice();
if (common_logged_in()) {
$action->showNoticeForm();
- } else {
- $action->showAnonymousMessage();
}
$action->elementEnd('div');