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 $social_bottom = themesflat_get_opt('social_bottom'); if (themesflat_get_opt('show_bottom') == 1): ?> <div id="bottom" class="bottom"> <div class="container"> <div class="row"> <div class="<?php echo esc_attr($social_bottom == 1) ? 'col-lg-4 col-md-12' : 'col-md-6'; ?>"> <div class="container-inside"> <div class="content-left"> <div class="copyright"> <span><?php echo wp_kses(themesflat_get_opt( 'footer_copyright'), themesflat_kses_allowed_html()); ?></span> </div> </div> </div> </div> <?php if ($social_bottom == 1): ?> <div class="col-lg-4 col-md-12"> <div class="bottom-social"> <?php themesflat_render_social(); ?> </div> </div> <?php endif;?> <div class="<?php echo esc_attr($social_bottom == 1) ? 'col-lg-4 col-md-12' : 'col-md-6'; ?>"> <div class="menu-bottom"> <?php wp_nav_menu( array( 'theme_location' => 'bottom', 'fallback_cb' => 'themesflat_menu_fallback', 'container' => false ) ); ?> </div> </div> </div><!-- /.row --> </div><!-- /.container --> </div> <?php endif; ?>