From 1499a5e048ac64c8a51c67ba6e612d72652c30c8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Jan 2009 09:55:44 -0500 Subject: Add tabset to group and admin tabs --- actions/showgroup.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actions/showgroup.php') 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 * -- cgit v1.2.3-54-g00ecf