From: Evan Prodromou Date: Thu, 22 Jan 2009 16:06:38 +0000 (+0100) Subject: add nav menu to usergroups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30dac77caa4a42fbfbf1dedcf34f80d59ed500b8;p=quix0rs-gnu-social.git add nav menu to usergroups --- diff --git a/actions/usergroups.php b/actions/usergroups.php index 62ad3b3a2e..f56f9c6b29 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -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()