From: Evan Prodromou Date: Thu, 14 Apr 2011 22:28:37 +0000 (-0400) Subject: class on the invite link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d9dc111a2afe2bdbd41d8360e9e3f97d926b1c5;p=quix0rs-gnu-social.git class on the invite link --- diff --git a/lib/invitebuttonsection.php b/lib/invitebuttonsection.php index 8bf450b991..4812e47880 100644 --- a/lib/invitebuttonsection.php +++ b/lib/invitebuttonsection.php @@ -55,7 +55,8 @@ class InviteButtonSection extends Section function showContent() { $this->out->element('a', - array('href' => common_local_url('invite')), + array('href' => common_local_url('invite'), + 'class' => 'invite_button'), _('Invite more colleagues')); return false; }