diff options
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index f404c648d..5c72996bf 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -144,6 +144,12 @@ class ShowgroupAction extends Action $this->showPage(); } + function showLocalNav() + { + $nav = new GroupNav($this, $this->group); + $nav->show(); + } + /** * Show the page content * |