File "optionsAdminMain.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woo-product-filter/modules/options/views/tpl/optionsAdminMain.php
File size: 530 bytes
MIME-type: text/html
Charset: utf-8

<style type="text/css">
	.wpfAdminMainLeftSide {
		width: 56%;
		float: left;
	}
	.wpfAdminMainRightSide {
		width: <?php echo ( empty($this->optsDisplayOnMainPage) ? 100 : 40 ); ?>%;
		float: left;
		text-align: center;
	}
	#wpfMainOccupancy {
		box-shadow: none !important;
	}
</style>
<section>
	<div class="woobewoo-item woobewoo-panel">
		<div id="containerWrapper">
			<?php esc_html_e('Main page Go here!!!!', 'woo-product-filter'); ?>
		</div>
		<div class="woobewoo-clear"></div>
	</div>
</section>