Added 'Help' menu item to the header menu (in addition to the footer menu)

darcs-hash:20081123212532-7b5ce-0d5f6761f232975d721f02d16e90ad6d5dcf02d6.gz
This commit is contained in:
Zach Copley 2008-11-23 16:25:32 -05:00
parent 8d8bc706d8
commit 3c8b7d0c22

View 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');
}