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()
|
||||
{
|
||||
$ibs = new InviteButtonSection($this);
|
||||
$ibs->show();
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
$pop = new InboxTagCloudSection($this, $this->user);
|
||||
$pop->show();
|
||||
// $ibs = new InviteButtonSection($this);
|
||||
// $ibs->show();
|
||||
// $pop = new PopularNoticeSection($this);
|
||||
// $pop->show();
|
||||
// $pop = new InboxTagCloudSection($this, $this->user);
|
||||
// $pop->show();
|
||||
}
|
||||
|
||||
function showPageTitle()
|
||||
|
|
Loading…
Reference in New Issue
Block a user