| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package MTWTeam
*/
?>
</div><!-- #layout -->
</div><!-- #content -->
<?php if ( is_active_sidebar( 'bottom-content' ) ) : ?>
<!--<div class="bottom-content container">
<?php //dynamic_sidebar( 'bottom-content' ); ?>
</div>-->
<?php endif; ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_template_part( 'template-parts/top-footer' ); ?>
<div class="copyright text-center"><?php printf( '© Vận hành bởi %1$s. Thiết kế bởi %2$s.', '<a href="http://gugo.vn" target="_blank">GuGo VN</a>', '<a href="https://mythuatweb.com" target="_blank">www.mythuatweb.com</a>' ); ?></div>
</footer><!-- #colophon -->
<?php get_template_part( 'template-parts/mobile-menu' ); ?>
<div class="overlay"></div>
<?php if ( mtwfn_option( 'totop', null, false ) ) : ?>
<a href="#top" id="totop" title="<?php esc_html_e( 'Back to Top', 'maycn' ); ?>"><?php esc_html_e( 'TOP', 'maycn' ); ?></a>
<?php endif; ?>
</div><!-- #page -->
<?php wp_footer(); ?>
<?php
get_template_part( 'support' );
get_template_part('social-float');
?>
<link rel="stylesheet" media="screen" href="<?php bloginfo('template_url'); ?>/mystyle.css?v=<?=time()?>" />
<script src="<?php bloginfo('template_url'); ?>/assets/js/superfish.js"></script>
<script language="javascript">
var $ = jQuery;
$(document).ready(function(e) {
var width = $(window).width();
if(width < 800)
{
$('.wc-tab iframe').attr("width","100%");
$('.newsdes iframe').attr("height","280px");
$('.wc-tab figure iframe').prop("width","100%");
$('.tab-content iframe').prop("height","280px");
}
});
</script>
</body>
</html>