forked from GNUsocial/gnu-social
use default local nav for public action
This commit is contained in:
parent
8c03e8b0b3
commit
64ab7b7d07
@ -168,21 +168,6 @@ class PublicAction extends Action
|
|||||||
_('Public Stream Feed (Atom)')));
|
_('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()
|
function showEmptyList()
|
||||||
{
|
{
|
||||||
$message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' ';
|
$message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user