forked from GNUsocial/gnu-social
disable fancy stuff in home sidebar
This commit is contained in:
parent
f79d59a081
commit
07d164f8bd
@ -183,12 +183,12 @@ class AllAction extends ProfileAction
|
|||||||
|
|
||||||
function showSections()
|
function showSections()
|
||||||
{
|
{
|
||||||
$ibs = new InviteButtonSection($this);
|
// $ibs = new InviteButtonSection($this);
|
||||||
$ibs->show();
|
// $ibs->show();
|
||||||
$pop = new PopularNoticeSection($this);
|
// $pop = new PopularNoticeSection($this);
|
||||||
$pop->show();
|
// $pop->show();
|
||||||
$pop = new InboxTagCloudSection($this, $this->user);
|
// $pop = new InboxTagCloudSection($this, $this->user);
|
||||||
$pop->show();
|
// $pop->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPageTitle()
|
function showPageTitle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user