From: Evan Prodromou Date: Thu, 22 Jan 2009 06:50:39 +0000 (-0500) Subject: Doc comment in showgroup X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a81b94a9231ea054482ddf8cc3e8dae7b2dfb47;p=quix0rs-gnu-social.git Doc comment in showgroup --- diff --git a/actions/showgroup.php b/actions/showgroup.php index c2cd3d2959..c0359f5023 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -146,6 +146,12 @@ class ShowgroupAction extends Action $this->showPage(); } + /** + * Local menu + * + * @return void + */ + function showLocalNav() { $nav = new GroupNav($this, $this->group);