summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-09 15:32:56 +0000
committerSarven Capadisli <csarven@status.net>2009-10-09 15:32:56 +0000
commit0b741f15c2519103240fcdc9e74651a5c584724f (patch)
treefa7a48bd948ddea253807cdf4f3c1bcb46f32c5b /plugins/MobileProfile
parent0799f48197c67dbbbd1b613f1fc9c66d9250f2ae (diff)
Removed the Help item from global primary navigation in the header
since it is also used in the footer area. Frees up 'precious'space.
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 1164974b9..ecaea29c0 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -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'));