From: Evan Prodromou Date: Mon, 7 Feb 2011 15:18:54 +0000 (-0500) Subject: Show group local nav on group inbox X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a435e6670a22935e2e964cafffe26e2c7d7eee4;p=quix0rs-gnu-social.git Show group local nav on group inbox --- diff --git a/plugins/PrivateGroup/groupinbox.php b/plugins/PrivateGroup/groupinbox.php index 8b16e0632a..419053151c 100644 --- a/plugins/PrivateGroup/groupinbox.php +++ b/plugins/PrivateGroup/groupinbox.php @@ -104,6 +104,12 @@ class GroupinboxAction extends GroupDesignAction return true; } + function showLocalNav() + { + $nav = new GroupNav($this, $this->group); + $nav->show(); + } + function showContent() { $gml = new GroupMessageList($this, $this->gm);