Doc comment in showgroup

This commit is contained in:
Evan Prodromou 2009-01-22 01:50:39 -05:00
parent 4e3891d24e
commit 0a81b94a92
1 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,12 @@ class ShowgroupAction extends Action
$this->showPage();
}
/**
* Local menu
*
* @return void
*/
function showLocalNav()
{
$nav = new GroupNav($this, $this->group);