示例#1
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->news = $this->news;
     $this->template->today = time();
 }
示例#2
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->debugMod = $this->context->parameters["debugMode"];
 }