Server IP : 162.0.217.223 / Your IP : 216.73.216.112 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/tpl/footer/ |
Upload File : |
<?php $tab_footer = themesflat_get_opt('tab_footer'); if (is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4')) : ?> <footer id="footer" class="footer <?php (themesflat_meta( 'footer_class' ) != "" ? esc_attr( themesflat_meta( 'footer_class' ) ):'') ;?>"> <div class="footer-widgets <?php echo esc_attr($tab_footer == 1 ? 'menu-tab-footer' : ''); ?>"> <div class="container"> <div class="row"> <?php $columns = array(3,3,3,3); $key = 0; foreach ($columns as $key => $column) { $key = $key +1; ?> <div class="col-lg-<?php echo esc_attr($column);?> col-md-6 widgets-areas areas-<?php echo esc_attr($key);?>"> <div class="wrap-widgets wrap-widgets-<?php echo esc_attr($key);?>"> <?php $widget = themesflat_get_opt("footer".$key); themesflat_dynamic_sidebar($widget); ?> </div> </div> <?php } ?> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.footer-widgets --> </footer> <?php endif; ?>