Beispiel #1
0
 public function display($cachable = false, $urlparams = false)
 {
     $this->showprojectheading();
     JoomleagueControllerResults::showResults();
     JoomleagueControllerMatrix::showMatrix();
     $this->showbackbutton();
     $this->showfooter();
 }
 function display()
 {
     $this->showprojectheading();
     JoomleagueControllerResults::showResults();
     JoomleagueControllerMatrix::showMatrix();
     $this->showbackbutton();
     $this->showfooter();
 }