Slight change to how the header reacts

merge-requests/31/head
Mike Koch 8 years ago
parent 937f91f352
commit 916ce2d244

@ -240,7 +240,7 @@ if (defined('MFH_PAGE_LAYOUT') && MFH_PAGE_LAYOUT == 'TOP_ONLY') {
}
?>
<body onload="<?php echo $onload;
unset($onload); ?>" class="<?php echo $layout_tag ?> hold-transition <?php echo $modsForHesk_settings['admin_color_scheme']; ?> sidebar-mini">
unset($onload); ?>" class="<?php echo $layout_tag ?> fixed js <?php echo $modsForHesk_settings['admin_color_scheme']; ?>">
<?php
include(HESK_PATH . 'header.txt');

Loading…
Cancel
Save