function __construct($mixedPageName)
 {
     parent::__construct($mixedPageName);
 }
Example #2
0
 function getBlockPanelTop($aParams = array())
 {
     return BxBaseStudioPage::getBlockPanelTop(array('panel_top' => $this->oModule->_oTemplate->parseHtmlByName('bp_block_panel_top.html', $this->_getTmplVarsBlockPanelTop())));
 }