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()