Your IP : 216.73.216.168


Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sidebar-store.php

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


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

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

<?php } ?>