Added Invite link to global navigation
This commit is contained in:
parent
17fb51f747
commit
7f5e2c5e57
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user