Beispiel #1
0
 function BxBaseMenu()
 {
     BxDolMenu::BxDolMenu();
     $this->iElementsCntInLine = (int) getParam('nav_menu_elements_on_line_' . (isLogged() ? 'usr' : 'gst'));
     $this->sSiteUrl = BX_DOL_URL_ROOT;
     $this->iJumpedMenuID = 0;
     $this->sCustomSubIconUrl = '';
     $this->sCustomSubHeader = '';
     $this->sCustomActions = '';
     $this->sBreadCrumb = '';
     $this->bDebugMode = false;
     $this->sWidth = $GLOBALS['oSysTemplate']->getPageWidth();
 }
 function BxBaseMenu()
 {
     BxDolMenu::BxDolMenu();
 }