From: Sarven Capadisli Date: Fri, 9 Oct 2009 15:32:56 +0000 (+0000) Subject: Removed the Help item from global primary navigation in the header X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b741f15c2519103240fcdc9e74651a5c584724f;p=quix0rs-gnu-social.git Removed the Help item from global primary navigation in the header since it is also used in the footer area. Frees up 'precious'space. --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 1164974b97..ecaea29c06 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'));