Show group local nav on group inbox

This commit is contained in:
Evan Prodromou 2011-02-07 10:18:54 -05:00
parent 143cc4bdd0
commit 4a435e6670
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,12 @@ class GroupinboxAction extends GroupDesignAction
return true;
}
function showLocalNav()
{
$nav = new GroupNav($this, $this->group);
$nav->show();
}
function showContent()
{
$gml = new GroupMessageList($this, $this->gm);