示例#1
0
 /**
  * @return string
  */
 protected function getEntryPointTemplate()
 {
     if ( $this->page )
     {
         if ($this->page->attribute('type') == MMStaticPage::TYPE_EMPTY_LAYOUT)
         {
             return 'esibuild/app_content/page/empty_view.tpl';
         }
         if ($this->page->attribute('type') == MMStaticPage::TYPE_CONTENT_ONLY)
         {
             return 'esibuild/app_content/page/content_only.tpl';
         }
     }
     return parent::getEntryPointTemplate();
 }