コード例 #1
0
 /**
  * Header output
  *
  * @return void
  */
 public function print_header()
 {
     echo $this->output->header();
     echo $this->mroutput->render($this->heading);
     echo $this->mroutput->render($this->notify);
     echo $this->mroutput->render($this->tabs);
 }