Exemple #1
0
 protected function OnOutput()
 {
     $vars = array('lastedit' => $this->last_edit, 'content' => $this->articles, 'isback' => $this->back);
     $this->content = $this->Template('views/v_index.php', $vars);
     parent::onOutput();
 }