Example #1
0
 /**
  * take the template and the variables and generate the page
  *
  * @return  string      HTML page to output
  */
 public function generateOutput()
 {
     $this->templates->addData(array('pageTitle' => $this->docmark->config['indexTitle']));
     return parent::generateOutput();
 }