]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add nav menu to usergroups
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 16:06:38 +0000 (17:06 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 16:06:38 +0000 (17:06 +0100)
actions/usergroups.php

index 62ad3b3a2e8c377083757617d44d91aa2cb092e4..f56f9c6b29119c3c1ced54e05fab06c7d983c813 100644 (file)
@@ -108,7 +108,8 @@ class UsergroupsAction extends Action
 
     function showLocalNav()
     {
-        // XXX: Add to the subscriptions tabset
+        $nav = new SubGroupNav($this, $this->user);
+        $nav->show();
     }
 
     function showContent()