]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
class on the invite link
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:28:37 +0000 (18:28 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:28:37 +0000 (18:28 -0400)
lib/invitebuttonsection.php

index 8bf450b9912b42aa0ccfcbbbc3cb2a901a935e94..4812e47880d82dfe251d32e6cee18e9ce3d07f60 100644 (file)
@@ -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;
     }