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:
parent
0799f48197
commit
0b741f15c2
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user