diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-11-23 16:25:32 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-11-23 16:25:32 -0500 |
commit | 3c8b7d0c220f1129dbfeb4c03dd6d4aaab991848 (patch) | |
tree | 6fd640648d92ac2cbeb93e4c03b4c3ddd95ab869 | |
parent | 8d8bc706d85ce3106c88175508b89b7abe2b9aa9 (diff) |
Added 'Help' menu item to the header menu (in addition to the footer menu)
darcs-hash:20081123212532-7b5ce-0d5f6761f232975d721f02d16e90ad6d5dcf02d6.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index ec62a4652..07e0ea053 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'); } |