From e0f7cf6a6c1f20f7f24c41c1bc8c556ba1e90089 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 27 Aug 2011 16:13:04 -0400 Subject: [PATCH] remove group nav --- actions/blockedfromgroup.php | 6 ------ actions/editgroup.php | 6 ------ 2 files changed, 12 deletions(-) diff --git a/actions/blockedfromgroup.php b/actions/blockedfromgroup.php index 07ed41e414..caf3911d7d 100644 --- a/actions/blockedfromgroup.php +++ b/actions/blockedfromgroup.php @@ -122,12 +122,6 @@ class BlockedfromgroupAction extends GroupAction _('A list of the users blocked from joining this group.')); } - function showObjectNav() - { - $nav = new GroupNav($this, $this->group); - $nav->show(); - } - function showContent() { $offset = ($this->page-1) * PROFILES_PER_PAGE; diff --git a/actions/editgroup.php b/actions/editgroup.php index 8405dbe292..35dd25b896 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -139,12 +139,6 @@ class EditgroupAction extends GroupAction $this->showPage(); } - function showObjectNav() - { - $nav = new GroupNav($this, $this->group); - $nav->show(); - } - function showContent() { $form = new GroupEditForm($this, $this->group);