From 1b7e8405c9086df3933536265654febefdb16b1c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 25 Aug 2008 15:32:35 -0400 Subject: [PATCH] add invite to the nav menu darcs-hash:20080825193235-84dde-fb91c560029b3aa7c73709dba57e00d3cc7f5122.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/util.php b/lib/util.php index 4576c9ed13..955e0afbc4 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 {