Server : Apache/2 System : Linux vps.sdns.vn 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 User : phatdatpq ( 1022) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/phatdatpq/public_html/wp-content/themes/flatsome/template-parts/footer/ |
Upload File : |
<?php $align = 'small-text-center'; if ( get_theme_mod( 'footer_bottom_align' ) == 'center' ) { $align = 'text-center'; } ob_start(); do_action( 'flatsome_absolute_footer_secondary' ); $flatsome_absolute_footer_secondary = trim( ob_get_clean() ); $flatsome_footer_right_text = trim( get_theme_mod( 'footer_right_text' ) ); ?> <div class="absolute-footer <?php echo flatsome_option('footer_bottom_text'); ?> medium-text-center <?php echo $align;?>"> <div class="container clearfix"> <?php if ( $flatsome_footer_right_text || $flatsome_absolute_footer_secondary ) : ?> <div class="footer-secondary pull-right"> <?php if ( $flatsome_footer_right_text ) : ?> <div class="footer-text inline-block small-block"> <?php echo do_shortcode($flatsome_footer_right_text); ?> </div> <?php endif; ?> <?php echo $flatsome_absolute_footer_secondary; ?> </div> <?php endif; ?> <div class="footer-primary pull-left"> <?php if ( has_nav_menu( 'footer' ) ) : ?> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'links footer-nav uppercase', 'depth' => 1, 'fallback_cb' => false, ) ); ?> <?php endif; ?> <div class="copyright-footer"> <?php echo do_shortcode( get_theme_mod( 'footer_left_text', 'Copyright [ux_current_year] © <strong>UX Themes</strong>' ) ); ?> </div> <?php do_action( 'flatsome_absolute_footer_primary' ); ?> </div> </div> </div>