diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-25 15:32:35 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-25 15:32:35 -0400 |
commit | 1b7e8405c9086df3933536265654febefdb16b1c (patch) | |
tree | e516f197fde614b3631d58935ff217677bd79dd2 /lib/util.php | |
parent | 2a6d27d37d0f37a868836a32a61cbed5c32adfc3 (diff) |
add invite to the nav menu
darcs-hash:20080825193235-84dde-fb91c560029b3aa7c73709dba57e00d3cc7f5122.gz
Diffstat (limited to 'lib/util.php')
-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 4576c9ed1..955e0afbc 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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 { |