diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 18:08:56 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 18:08:56 +0000 |
commit | 7f5e2c5e57561a90478af1ce62b7a65641125568 (patch) | |
tree | 781f68b4126667200c3119e67c381e94f6065fb2 | |
parent | 17fb51f747c023392cd6127abe9b019e693f0544 (diff) |
Added Invite link to global navigation
-rw-r--r-- | lib/action.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php index 5d0d5b758..4ea9ba465 100644 --- a/lib/action.php +++ b/lib/action.php @@ -416,6 +416,11 @@ class Action extends HTMLOutputter // lawsuit $this->menuItem(common_local_url('smssettings'), _('Connect'), _('Connect to SMS, Twitter'), false, 'nav_connect'); } + $this->menuItem(common_local_url('invite'), + _('Invite'), + sprintf(_('Invite friends and colleagues to join you on %s'), + common_config('site', 'name')), + false, 'nav_invitecontact'); $this->menuItem(common_local_url('logout'), _('Logout'), _('Logout from the site'), false, 'nav_logout'); } else { |