]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added 'Help' menu item to the header menu (in addition to the footer menu)
authorZach Copley <zach@controlyourself.ca>
Sun, 23 Nov 2008 21:25:32 +0000 (16:25 -0500)
committerZach Copley <zach@controlyourself.ca>
Sun, 23 Nov 2008 21:25:32 +0000 (16:25 -0500)
darcs-hash:20081123212532-7b5ce-0d5f6761f232975d721f02d16e90ad6d5dcf02d6.gz

lib/util.php

index ec62a46522c954d7365664bc89d0380a0ec88968..07e0ea0535e75406edf8fe48c08d3180785348e1 100644 (file)
@@ -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');
 }