]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribers.php
trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds
[quix0rs-gnu-social.git] / actions / subscribers.php
index d91a7d4fd35241c7c756a3b1b157aa763a43e4d5..4482de9a7c74279b000e042012fbb927a86b5dbd 100644 (file)
@@ -118,6 +118,16 @@ class SubscribersAction extends GalleryAction
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }
+
+    function showSections()
+    {
+        parent::showSections();
+        $cloud = new SubscribersPeopleTagCloudSection($this);
+        $cloud->show();
+
+        $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
+        $cloud2->show();
+    }
 }
 
 class SubscribersList extends ProfileList