AlkantarClanX12

Your IP : 3.133.145.17


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/formula/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/formula/sidebar-woocommerce.php

<?php
/**
 * sidebar template
 *
 * @package WordPress
 * @subpackage formula
 */
?>
<div class="col-md-4 col-sm-4 col-xs-12">
	<div class="sidebar space-left">
		<?php if ( is_active_sidebar( 'woocommerce' )  ) : ?>
		<!--Sidebar-->
		<?php dynamic_sidebar( 'woocommerce' ); ?>
		<!--/End of Sidebar-->
		<?php endif; ?>
	</div>
</div>