| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/wp-content/themes/harmonie/ |
Upload File : |
<?php
$footer = new ZiniFooter();
$social = get_field('zini_social_footer', 'option');
$email2 = get_field('zini_email_contact_2', 'option');
?>
<div class="hm-infos-contact">
<div class="container">
<?php echo $footer->getSlogan(); ?>
</div>
</div>
<footer class="footer">
<h1 class="footer__logo">
<a href="<?php echo get_home_url(); ?>" title="Harmonie Golf Park" class="footer__logo__link">
<?php echo $footer->getLogo('footer__logo__img') ?>
</a>
</h1>
<div class="footer__infos">
<p class="footer__infos__item"><a href="mailto:<?php echo $footer->getEmail(); ?>"
title="<?php echo $footer->getEmail(); ?>"
class="footer__infos__mail"><?php echo $footer->getEmail(); ?></a></p>
<p class="footer__infos__item">E: <a href="mailto:<?php echo $email2; ?>"
title="<?php echo $email2; ?>"
class="footer__infos__mail"><?php echo $email2; ?></a></p>
<p class="footer__infos__item">T: <a href="tel:<?php echo $footer->getTelephone(); ?>"
title="<?php echo $footer->getTelephone(); ?>"
class="footer__infos__phone"><?php echo $footer->getTelephone(); ?></a></p>
</div>
<div class="footer__social-conect">
<?php
if(!empty($social)){
foreach ($social as $item){
?>
<a href="<?php echo $item['zini_link_social_footer'] ?>" title="<?php echo $item['Name'] ?>" class="social-conect__link">
<?php
if($item['zini_type_icon_social_footer'] == 0){
?>
<span class="fa <?php echo $item['zini_icon_social_footer'] ?>"></span>
<?php
}else{
?>
<img width="26px" src="<?php echo $item['zini_icon_social_footer'] ?>" />
<?php
}
?>
</a>
<?php
}
}
?>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>