$this->clientError(_('No such group'), 404);
return false;
}
+
+ return true;
}
/**
$this->showPage();
}
+ function showLocalNav()
+ {
+ $nav = new GroupNav($this, $this->group);
+ $nav->show();
+ }
+
function showContent()
{
$form = new GroupEditForm($this, $this->group);
$this->showPage();
}
+ function showLocalNav()
+ {
+ $nav = new GroupNav($this, $this->group);
+ $nav->show();
+ }
+
/**
* Show the page content
*
$nickname)),
_('Group'),
sprintf(_('%s group'), $nickname),
- $action_name == 'all',
+ $action_name == 'group',
'nav_group_group');
$this->out->menuItem(common_local_url('groupmembers', array('nickname' =>
$nickname)),