'); } else { define('THEME_BODY', ''); } function render_admin_panel() { new AdminLTE\AdminPanel(); } function render_admin_login() { new AdminLTE\Login(); } function render_admin_dashboard() { new AdminLTE\Dashboard(); } function openside($title = FALSE, $class = NULL) { $html = '
'; $html .= $title ? '
'.$title.'
' : ''; $html .= '
'; echo $html; } function closeside($footer = FALSE) { $html = '
'; $html .= $footer ? '' : ''; $html .= '
'; echo $html; } function opentable($title, $class = NULL, $bg = TRUE) { AdminLTE\AdminPanel::OpenTable($title, $class, $bg); } function closetable($bg = TRUE) { AdminLTE\AdminPanel::CloseTable($bg); } \PHPFusion\OutputHandler::addHandler(function ($output = '') { $color = !check_admin_pass('') ? 'd2d6de' : '3c8dbc'; return preg_replace("//i", '', $output); });