PK APOCALYPSE V1

APOCALYPSE V1

Current Path : /proc/self/cwd/wp-content/plugins/litespeed-cache/tpl/page_optm/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php

<?php
namespace LiteSpeed;

defined( 'WPINC' ) || exit;

$menu_list = array(
	'settings_css'          => __( 'CSS Settings', 'litespeed-cache' ),
	'settings_js'           => __( 'JS Settings', 'litespeed-cache' ),
	'settings_html'         => __( 'HTML Settings', 'litespeed-cache' ),
	'settings_media'        => __( 'Media Settings', 'litespeed-cache' ),
	'settings_vpi'          => __( 'VPI', 'litespeed-cache' ),
	'settings_media_exc'    => __( 'Media Excludes', 'litespeed-cache' ),
	'settings_localization' => __( 'Localization', 'litespeed-cache' ),
	'settings_tuning'       => __( 'Tuning', 'litespeed-cache' ),
	'settings_tuning_css'   => __( 'Tuning', 'litespeed-cache' ) . ' - CSS',
);

?>

<div class="wrap">
	<h1 class="litespeed-h1">
		<?php echo __( 'LiteSpeed Cache Page Optimization', 'litespeed-cache' ); ?>
	</h1>
	<span class="litespeed-desc">
		v<?php echo Core::VER; ?>
	</span>
	<hr class="wp-header-end">
</div>

<div class="litespeed-wrap">

	<div class="litespeed-callout notice notice-warning inline">
		<h4><?php echo __( 'NOTICE', 'litespeed-cache' ); ?></h4>
		<p><?php echo __( 'Please test thoroughly when enabling any option in this list. After changing Minify/Combine settings, please do a Purge All action.', 'litespeed-cache' ); ?></p>
	</div>

	<h2 class="litespeed-header nav-tab-wrapper">
	<?php
		$i = 1;
	foreach ( $menu_list as $tab => $val ) {
		$accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '';
		echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>";
		++$i;
	}
	?>
	</h2>

	<div class="litespeed-body">
	<?php
		$this->form_action();

		// include all tpl for faster UE
	foreach ( $menu_list as $tab => $val ) {
		echo "<div data-litespeed-layout='$tab'>";
		require LSCWP_DIR . "tpl/page_optm/$tab.tpl.php";
		echo '</div>';
	}

		$this->form_end();

	?>
	</div>

</div>

if you don't want to be vaporized in a nuclear explosion, i simply have to become nuclear myself… i am atomic