From: Evan Prodromou Date: Mon, 25 Aug 2008 19:32:35 +0000 (-0400) Subject: add invite to the nav menu X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b7e8405c9086df3933536265654febefdb16b1c;p=quix0rs-gnu-social.git add invite to the nav menu darcs-hash:20080825193235-84dde-fb91c560029b3aa7c73709dba57e00d3cc7f5122.gz --- 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 {