summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
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');
}