remove group nav

This commit is contained in:
Evan Prodromou 2011-08-27 16:13:04 -04:00
parent acc4df9edd
commit e0f7cf6a6c
2 changed files with 0 additions and 12 deletions

View File

@ -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;

View File

@ -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);