add invite to the nav menu
darcs-hash:20080825193235-84dde-fb91c560029b3aa7c73709dba57e00d3cc7f5122.gz
This commit is contained in:
parent
2a6d27d37d
commit
1b7e8405c9
|
@ -304,6 +304,8 @@ function common_nav_menu() {
|
|||
if ($user) {
|
||||
common_menu_item(common_local_url('profilesettings'),
|
||||
_('Settings'));
|
||||
common_menu_item(common_local_url('invite'),
|
||||
_('Invite'));
|
||||
common_menu_item(common_local_url('logout'),
|
||||
_('Logout'));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user