false, "framework"=>"bootstrap5", // these viewport settings are the defaults so they are not really needed except to customize "viewport"=>array( "width"=>"device-width", "height"=>"device-height", "initial_scale"=>1, "minimum_scale"=>0.25, // "maximum_scale"=>5.0, "user_scalable"=>true, ), "css_core"=>array( "common" ), // bootstrap (system) variables are overridden in the /scss/_variables.scss file "lessvars"=>array( 'menu_height'=>MENU_HEIGHT, 'menu_width'=>MENU_WIDTH, 'menu_align_center'=>(MENU_ALIGN === 'center'), 'enable-gradients'=>(ENHANCED_STYLE == 1), 'enable-shadows'=>(ENHANCED_STYLE2 == 1), 'enable-transitions'=>(ENHANCED_STYLE3 == 1), 'enable-rounded'=>(ENHANCED_STYLE4 == 1), 'enable-rfs'=>(ENHANCED_STYLE5 == 1), 'enable-validation-icons'=>(ENHANCED_STYLE6 == 1), ), "css_links"=>true, "css_theme"=>true )); ?>
"navigation","action"=>"showall","view"=>"showall_flyout_sidebar","source"=>"navsidebar","chrome"=>true)); ?>
'tabload', 'jquery' => 'general,minmax,jquery.fancybox.min', 'content'=> " $(document).ready(() => { let url = location.href.replace(/\/$/, \"\"); if (location.hash) { const hash = url.split(\"#\"); $('ul.nav-tabs a[href=\"#'+hash[1]+'\"]').tab(\"show\"); url = location.href.replace(/\/#/, \"#\"); history.replaceState(null, null, url); setTimeout(() => { $(window).scrollTop(0); }, 400); } $('a[data-toggle=\"tab\"]').on(\"click\", function() { let newUrl; const hash = $(this).attr(\"href\"); if(hash == \"#home\") { newUrl = url.split(\"#\")[0]; } else { newUrl = url.split(\"#\")[0] + hash; } newUrl += '/'; history.replaceState(null, null, newUrl); }); }); ", 'bootstrap' => 'tab' ) ); ?>