Your IP : 18.191.28.200


Current Path : /home/church/esselwebdesign.com/wp-content/themes/esselwebdesign/
Upload File :
Current File : /home/church/esselwebdesign.com/wp-content/themes/esselwebdesign/sidebar.php

<?php
/**
 * The sidebar containing the main widget area
 * 
 * @subpackage vancura
 * @since 1.0
 * @version 0.1
 */

if ( ! is_active_sidebar( 'sidebar-1' ) ) {
	return;
}
?>

<aside id="sidebar" class="widget-area" role="complementary">
	<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside>