Removed the Help item from global primary navigation in the header

since it is also used in the footer area. Frees up 'precious'space.
This commit is contained in:
Sarven Capadisli 2009-10-09 15:32:56 +00:00
parent 0799f48197
commit 0b741f15c2
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ class MobileProfilePlugin extends WAP20Plugin
$action->menuItem(common_local_url('login'),
_('Login'));
}
$action->menuItem(common_local_url('doc', array('title' => 'help')),
_('Help'));
if ($user || !common_config('site', 'private')) {
$action->menuItem(common_local_url('peoplesearch'),
_('Search'));