Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/BUCODAC/wp-content/themes/alone/template-parts/footer/
Upload File :
Current File : /home/icmq6107/clients/BUCODAC/wp-content/themes/alone/template-parts/footer/footer-widgets.php

<?php
/**
 * Displays the footer widget area
 *
 * @package WordPress
 * @subpackage Alone
 * @since Alone 7.0
 */

if ( is_active_sidebar( 'footer-sidebar' ) ) : ?>

	<aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'alone' ); ?>">
		<div class="container responsive">
			<div class="footer-widget-wrap">
				<?php dynamic_sidebar( 'footer-sidebar' ); ?>
			</div>
		</div>
	</aside><!-- .widget-area -->

<?php endif; ?>