Esempio n. 1
0
 function showSections()
 {
     parent::showSections();
 }
 function showSections()
 {
     parent::showSections();
     $cloud = new SubscribersPeopleTagCloudSection($this);
     $cloud->show();
     $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
     $cloud2->show();
 }