use default local nav for public action

This commit is contained in:
Evan Prodromou 2011-03-01 16:00:07 -05:00
parent 8c03e8b0b3
commit 64ab7b7d07
1 changed files with 0 additions and 15 deletions

View File

@ -168,21 +168,6 @@ class PublicAction extends Action
_('Public Stream Feed (Atom)')));
}
/**
* Show tabset for this page
*
* Uses the PublicGroupNav widget
*
* @return void
* @see PublicGroupNav
*/
function showLocalNav()
{
$nav = new PublicGroupNav($this);
$nav->show();
}
function showEmptyList()
{
$message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' ';