From: Zach Copley Date: Sun, 23 Nov 2008 21:25:32 +0000 (-0500) Subject: Added 'Help' menu item to the header menu (in addition to the footer menu) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c8b7d0c220f1129dbfeb4c03dd6d4aaab991848;p=quix0rs-gnu-social.git Added 'Help' menu item to the header menu (in addition to the footer menu) darcs-hash:20081123212532-7b5ce-0d5f6761f232975d721f02d16e90ad6d5dcf02d6.gz --- diff --git a/lib/util.php b/lib/util.php index ec62a46522..07e0ea0535 100644 --- a/lib/util.php +++ b/lib/util.php @@ -331,6 +331,8 @@ function common_nav_menu() { } common_menu_item(common_local_url('openidlogin'), _('OpenID')); } + common_menu_item(common_local_url('doc', array('title' => 'help')), + _('Help')); common_element_end('ul'); }