]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupsnav.php
Show more menu items when you click More
[quix0rs-gnu-social.git] / lib / groupsnav.php
index 5578c2feceab46bcb3d0d6c2fa650c751e60e38b..bedb9f9b6ebd7b9a557cd954677025c1f3af3118 100644 (file)
@@ -80,5 +80,12 @@ class GroupsNav extends MoreMenu
 
         return $items;
     }
+
+    function seeAllItem() {
+        return array('usergroups',
+                     array('nickname' => $this->user->nickname),
+                     _('See all'),
+                     _('See all groups you belong to'));
+    }
     
 }