Ejemplo n.º 1
0
 function displayLeaderboards()
 {
     if (!$this->editpage) {
         $stats = new CategorizationStandingsIndividual();
         $stats->addStatsWidget();
         $standings = new CategorizationStandingsGroup();
         $standings->addStandingsWidget();
     }
 }