Removed site_notice and anon_notice from output because this

information is not particularly crucial for the mobile user.
This commit is contained in:
Sarven Capadisli 2009-10-04 21:42:38 +00:00
parent 3c9f177c03
commit 479a5e74a3
1 changed files with 0 additions and 3 deletions

View 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');