예제 #1
0
파일: Page.php 프로젝트: GruppoMeta/Movio
 function render()
 {
     $this->loadSiteProperties();
     if (is_object($this->customTemplate)) {
         $this->customTemplate->render($this->_application, $this, $this->templateData);
     }
     return parent::render();
 }