diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-04 21:42:38 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-04 21:42:38 +0000 |
commit | 479a5e74a3cdc70c1e69c96d04c505c8efa00eb9 (patch) | |
tree | 7b9f30600371adeb664791a1bb93749135286198 /plugins | |
parent | 3c9f177c03f631cdbc8f0a440fd2dc84d6252419 (diff) |
Removed site_notice and anon_notice from output because this
information is not particularly crucial for the mobile user.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 3 |
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'); |