X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=ded4ba76b1bc1bcd7371d33d91cd318008ba6a16;hb=5466f6a6d0950331a4cb54e09b44ea4524751fb4;hp=58cf7eeb60a2b8830074db8be99900d4227a4f60;hpb=1b07e65277fafde9e8b9e1809e012d4e954fc2c2;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index 58cf7eeb60..ded4ba76b1 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -125,6 +125,12 @@ class UsergroupsAction extends Action _('Create a new group')); $this->elementEnd('p'); + $this->elementStart('p', array('id' => 'group_search')); + $this->element('a', array('href' => common_local_url('groupsearch'), + 'class' => 'more'), + _('Search for more groups')); + $this->elementEnd('p'); + $offset = ($this->page-1) * GROUPS_PER_PAGE; $limit = GROUPS_PER_PAGE + 1;