HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/public_html/wp-content/themes/businessexpo/sidebar-footer.php
<?php
/**
 *  Sidebar Footer Template
 *
 *  @package BusinessExpo
 */
 $businessexpo_footer_widgets_container = get_theme_mod( 'businessexpo_footer_container_size', 'container' );
?>
<!-- Footer Widget -->
	<?php if ( is_active_sidebar( 'footer_widget_area_left' ) || is_active_sidebar( 'footer_widget_area_center' ) || is_active_sidebar( 'footer_widget_area_right' ) ) : ?>
		<footer id="footer" class="footer">
			<div class="border-box">
				<div class="<?php echo esc_attr( $businessexpo_footer_widgets_container ); ?> site-footer">	
					<div class="row">
						<div class="col-md-4">
						<?php
						if ( is_active_sidebar( 'footer_widget_area_left' ) ) :
								dynamic_sidebar( 'footer_widget_area_left' );
							  endif;
						?>
						</div>
						
						<div class="col-md-4">		
						<?php
						if ( is_active_sidebar( 'footer_widget_area_center' ) ) :
									dynamic_sidebar( 'footer_widget_area_center' );
							   endif;
						?>
										
						</div>
						
						<div class="col-md-4">		
						<?php
						if ( is_active_sidebar( 'footer_widget_area_right' ) ) :
									dynamic_sidebar( 'footer_widget_area_right' );
								endif;
						?>
										
						</div>
					</div>	
				</div>	
			</div>	
		</footer>
	<?php endif; ?>
<!-- Footer Widget -->