File: /home/dalieudr/public_html/wp-content/themes/MD-THEME/footer.php
<?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 SH_Theme
*/
global $sh_option;
do_action( 'sh_after_content_sidebar_wrap' );
?>
</div>
</div>
<footer id="footer" class="site-footer" itemscope itemtype="https://schema.org/WPFooter">
<div class="footer-widgets">
<div class="container">
<div class="wrap">
<div class="row">
<?php do_action( 'sh_footer' );?>
</div>
</div>
</div>
</div>
<div class="site-info">
<div class="container">
<div class="wrap">
<div class="row">
<div class="col-sm-12 text-center">
<p id="copyright">© Copyright dalieudrlai.com - Thiết kế bởi Minh Duong Media</p>
</div>
</div>
</div>
</div>
</div>
<p id="back-top"><a href="#top" target="_blank"><span></span></a></p>
</footer>
<!-- <div class="footer-googlemap">
<div class="container-fluid">
<div class="row">
<?php // echo $sh_option['footer-googlemap']; ?>
</div>
</div>
</div> -->
<?php do_action( 'sh_after_footer' );?>
<div class="hotline-fixed">
<div class="dathen">
<div class="wrap-hotline">
<a href="<?php echo home_url() ?>/#home-tuvan">
<img src="<?php echo get_home_url(); ?>/wp-content/themes/MD-THEME/lib/images/dat-hen.png" alt="Đặt lịch hẹn" />
<p class="mb-0 pt-2 text-white text-uppercase font-weight-300 fontsize-12">Đăng ký</p>
</a>
</div>
</div>
<div class="meseger">
<div class="wrap-hotline">
<a href="https://m.me/phongkhamdalieudrlai/">
<img src="<?php echo get_home_url(); ?>/wp-content/themes/MD-THEME/lib/images/meseger.png" alt="Messenger" />
<p class="mb-0 pt-2 text-white text-uppercase font-weight-300 fontsize-12">Messenger</p>
</a>
</div>
</div>
<div class="tuvan">
<div class="wrap-hotline">
<a href="tel:<?php echo $sh_option['information-phone'] ?>">
<img src="<?php echo get_home_url(); ?>/wp-content/themes/MD-THEME/lib/images/icon-phone.png" width="28px" alt="Gọi hotline" />
<p class="mb-0 pt-2 text-white text-uppercase font-weight-300 fontsize-12">Hotline</p>
</a>
</div>
</div>
<div class="meseger zalo">
<div class="wrap-hotline">
<a href="https://zalo.me/<?php echo str_replace(' ', '', $sh_option['information-phone']); ?>">
<img src="<?php echo get_home_url(); ?>/wp-content/themes/MD-THEME/lib/images/zalo_logo.png" width="28px" alt="Gọi hotline" />
<p class="mb-0 pt-2 text-white text-uppercase font-weight-300 fontsize-12">Zalo</p>
</a>
</div>
</div>
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>