]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
disable fancy stuff in home sidebar
authorEvan Prodromou <evan@status.net>
Fri, 22 Apr 2011 13:26:42 +0000 (09:26 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 22 Apr 2011 13:26:42 +0000 (09:26 -0400)
actions/all.php

index 17d5a76ec7e99ef90d6c82e50feddf3fb61a9c5d..9350c9a849374ea793b8f2efc5bdf2978192c3c6 100644 (file)
@@ -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()