]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added Invite link to global navigation
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 18:08:56 +0000 (18:08 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 18:08:56 +0000 (18:08 +0000)
lib/action.php

index 5d0d5b7584cdcdbb1f01b931e5dc0984953ba4d5..4ea9ba4655ccb57433f1deda74d35190a1cf4b33 100644 (file)
@@ -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 {