Your IP : 216.73.216.111


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

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

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

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

<?php endif; ?>