From 0a81b94a9231ea054482ddf8cc3e8dae7b2dfb47 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Jan 2009 01:50:39 -0500 Subject: Doc comment in showgroup --- actions/showgroup.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actions/showgroup.php b/actions/showgroup.php index c2cd3d295..c0359f502 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); -- cgit v1.2.3-54-g00ecf