Example #1
0
 protected function _prepareContent()
 {
     $this->initLayout();
     /** @var core_block_page $page */
     $page = $this->getLayout()->getPageBlock();
     $page->addChild('head', new manage_block_head());
     $main = new manage_block_main();
     $main->addChild('left-menu', new manage_block_template('left-menu.phtml'));
     return $main;
 }
Example #2
0
 public function ajaxindexAction()
 {
     $main = new manage_block_main();
     $main->renderHtml();
 }