Your IP : 216.73.216.168


Current Path : /home/icmq6107/clients/backup-CTOPTOGO/wp-content/themes/finbuzz/
Upload File :
Current File : /home/icmq6107/clients/backup-CTOPTOGO/wp-content/themes/finbuzz/sidebar.php

<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */



if( is_active_sidebar( 'sidebar' )) {
	$fixedbar = 'fixed-bar-coloum';
}else {
	$fixedbar = '';
}

?>
<div class="col-lg-3 col-md-12 <?php echo esc_attr( $fixedbar ); ?>">
	<aside class="sidebar-widget-area">
		<?php
			if ( FinbuzzTheme::$sidebar ) {
				if ( is_active_sidebar( FinbuzzTheme::$sidebar ) ) dynamic_sidebar( FinbuzzTheme::$sidebar );
			}
			else {
				if ( is_active_sidebar( 'sidebar' ) ) dynamic_sidebar( 'sidebar' );
			}
		?>
	</aside>
</div>