]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchgroupnav.php
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
[quix0rs-gnu-social.git] / lib / searchgroupnav.php
index 4ea2266926e3aff115d8f65c9b5f43ef88ff509a..3ba3f9cd9a40a8a46bd099b06e8b72ca753994d6 100644 (file)
@@ -81,6 +81,8 @@ class SearchGroupNav extends Widget
             _('Find people on this site'), $action_name == 'peoplesearch', 'nav_search_people');
         $this->out->menuItem(common_local_url('noticesearch', $args), _('Notice'),
             _('Find content of notices'), $action_name == 'noticesearch', 'nav_search_notice');
+        $this->out->menuItem(common_local_url('groupsearch', $args), _('Group'),
+            _('Find groups on this site'), $action_name == 'groupsearch', 'nav_search_group');
         $this->action->elementEnd('ul');
     }
 }