From: Sarven Capadisli Date: Sun, 4 Oct 2009 21:42:38 +0000 (+0000) Subject: Removed site_notice and anon_notice from output because this X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=479a5e74a3cdc70c1e69c96d04c505c8efa00eb9;p=quix0rs-gnu-social.git Removed site_notice and anon_notice from output because this information is not particularly crucial for the mobile user. --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index c28d61cbed..37aeeee87d 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');