コード例 #1
0
 function showSections()
 {
     ProfileAction::showSections();
     // skip tag cloud
 }
コード例 #2
0
ファイル: showstream.php プロジェクト: Grasia/bolotweet
 function showSections()
 {
     parent::showSections();
     if (!common_config('performance', 'high')) {
         $cloud = new PersonalTagCloudSection($this, $this->user);
         $cloud->show();
     }
 }
コード例 #3
0
ファイル: showstream.php プロジェクト: Br3nda/StatusNet
 function showSections()
 {
     parent::showSections();
     $cloud = new PersonalTagCloudSection($this, $this->user);
     $cloud->show();
 }