]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed site_notice and anon_notice from output because this
authorSarven Capadisli <csarven@status.net>
Sun, 4 Oct 2009 21:42:38 +0000 (21:42 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 4 Oct 2009 21:42:38 +0000 (21:42 +0000)
information is not particularly crucial for the mobile user.

plugins/MobileProfile/MobileProfilePlugin.php

index c28d61cbed4c2719dc8e7ad531b750f2ebbad767..37aeeee87d9335b128b99a2eaffde969a1c91213 100644 (file)
@@ -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');