示例#1
0
 /**
  * @see parent::includeLayout()
  */
 protected function includeLayout($layout, $data = null)
 {
     $this->set('Page', $this->getController()->getContentPage());
     return parent::includeLayout($layout, $data);
 }