コード例 #1
0
ファイル: resultsmatrix.php プロジェクト: hfmprs/JoomLeague
 public function display($cachable = false, $urlparams = false)
 {
     $this->showprojectheading();
     JoomleagueControllerResults::showResults();
     JoomleagueControllerMatrix::showMatrix();
     $this->showbackbutton();
     $this->showfooter();
 }
コード例 #2
0
 function display()
 {
     $this->showprojectheading();
     JoomleagueControllerResults::showResults();
     JoomleagueControllerMatrix::showMatrix();
     $this->showbackbutton();
     $this->showfooter();
 }