Removed site_notice and anon_notice from output because this
information is not particularly crucial for the mobile user.
This commit is contained in:
parent
3c9f177c03
commit
479a5e74a3
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user