]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groups.php
Anonymous notice
[quix0rs-gnu-social.git] / actions / groups.php
index 6faa497fc6fc07d058d2e1b23c943257a29c9fb9..261f9b3aaeb7687164d2c17bd23c715c70ab0b1b 100644 (file)
@@ -95,9 +95,11 @@ class GroupsAction extends Action
 
     function showContent()
     {
+        $this->elementStart('p', array('id' => 'new_group'));
         $this->element('a', array('href' => common_local_url('newgroup'),
-                                  'id' => 'new_group'),
+                                  'class' => 'more'),
                        _('Create a new group'));
+        $this->elementEnd('p');
 
         $offset = ($this->page-1) * GROUPS_PER_PAGE;
         $limit =  GROUPS_PER_PAGE + 1;