????

Your IP : 3.146.107.168


Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/
Upload File :
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sidebar-store.php

<?php
/**
 * The sidebar containing the main widget area
 *
 * @package WordPress
 * @subpackage Rashy
 * @since Rashy 1.0
 */


if ( is_active_sidebar( 'store-sidebar' ) ) { ?>

	<div class="widget-area" role="complementary">
		<?php dynamic_sidebar( 'store-sidebar' ); ?>
	</div>

<?php } ?>