Html->charset(); ?> <?php echo $title_for_layout, ' - '. h(Configure::read('MISP.title_text') ? Configure::read('MISP.title_text') : 'MISP'); ?> 'print')) ); if (Configure::read('MISP.custom_css')) { $css_collection[] = preg_replace('/\.css$/i', '', Configure::read('MISP.custom_css')); } $js_collection = array( 'jquery', 'misp-touch', 'jquery-ui', 'chosen.jquery.min', 'gridstack.all' ); echo $this->element('genericElements/assetLoader', array( 'css' => $css_collection, 'js' => $js_collection, 'meta' => 'icon' )); ?>
element('global_menu'); $topPadding = '50'; if (!empty($debugMode) && $debugMode != 'debugOff') { $topPadding = '0'; } ?>
Flash->render(); ?>
fetch('content'); ?>
element('genericElements/assetLoader', array( 'js' => array( 'bootstrap', 'bootstrap-timepicker', 'bootstrap-datepicker', 'bootstrap-colorpicker', 'misp', 'keyboard-shortcuts' ) )); echo $this->element('footer'); echo $this->element('sql_dump'); ?>