esc_html__( 'Standard Presets', 'litespeed-cache' ),
'import_export' => esc_html__( 'Import / Export', 'litespeed-cache' ),
);
?>
$val ) {
GUI::display_tab_layout( $menu_list, $curr_tab );
if ( 'import_export' === $curr_tab ) {
require LSCWP_DIR . "tpl/toolbox/$curr_tab.tpl.php";
} else {
require LSCWP_DIR . "tpl/presets/$curr_tab.tpl.php";
}
echo '
';
}
?>