Sindbad~EG File Manager

Current Path : /home/infinitibizsol/www.erofmesquite.com/wp-content/themes/cura/inc/footer/
Upload File :
Current File : /home/infinitibizsol/www.erofmesquite.com/wp-content/themes/cura/inc/footer/footer-style-one.php

<?php
/**
 * Template for Footer Style default
 *
 * @package cura
 */

?>
<!-- wraper_footer -->
<footer class="wraper_footer style-default">

	<?php
	if ( ! radiantthemes_global_var( 'hide-footer-widget', '', false ) ) {
		$footer_widgets_count = 0;
		for ( $j = 1;$j <= 4;$j++ ) {
			if ( is_active_sidebar( 'radiantthemes-footer-area-' . $j ) ) {
				$footer_widgets_count++;
			}
		}
		if ( $footer_widgets_count > 0 ) {
			?>
	<!-- wraper_footer_main -->
	<div class="wraper_footer_main">
		<div class="container">
			<!-- row -->
			<div class="row footer_main">
				<?php
				// Default - Footer 4 column.
				$footer_class = '';
				switch ( $footer_widgets_count ) {
					case 1:
						$footer_class = '<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">';
						break;
					case 2:
						$footer_class = '<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">';
						break;
					case 3:
						$footer_class = '<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">';
						break;
					default:
						$footer_class = '<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">';
				}
				for ( $j = 1;$j <= 4;$j++ ) {
					if ( is_active_sidebar( 'radiantthemes-footer-area-' . $j ) ) {
						echo wp_kses( $footer_class, 'rt-content' ) . '<div class="footer_main_item matchHeight">';
						dynamic_sidebar( 'radiantthemes-footer-area-' . $j );
						echo '</div></div>';
					}
				}
				?>
			</div>
			<!-- row -->
		</div>
	</div>
	<!-- wraper_footer_main -->
			<?php
		}
	}
	?>
	<!-- wraper_footer_copyright -->
	<div class="wraper_footer_copyright">
		<div class="container">
			<!-- footer_copyright -->
			<div class="row footer_copyright">
				<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
					<!-- footer_copyright_item -->
					<div class="footer_copyright_item text-center">
						<p><?php echo wp_kses( radiantthemes_global_var( 'footer_one_copyright_text', '', false ), 'rt-content' ); ?></p>
					</div>
					<!-- footer_copyright_item -->
				</div>
			</div>
			<!-- footer_copyright -->
		</div>
	</div>
	<!-- wraper_footer_copyright -->
</footer>
<!-- wraper_footer -->

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists