?AlkantarClanX12
| Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/themes/mariage/ |
| Current File : /home/rankinh/mariage-reunion-refonte/wp-content/themes/mariage/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 weddingvendor
*/
?>
<div class="footer"><!-- Footer -->
<div class="container">
<div class="row">
<div class="col-md-5 ft-aboutus">
<?php if ( is_active_sidebar( 'footer-1' ) ) { dynamic_sidebar( 'footer-1' ); } ?>
</div>
<div class="col-md-3 ft-link">
<?php if ( is_active_sidebar( 'footer-2' ) ) { dynamic_sidebar( 'footer-2' ); } ?>
</div>
<div class="col-md-4 newsletter">
<?php if ( is_active_sidebar( 'footer-3' ) ) { dynamic_sidebar( 'footer-3' ); } ?>
</div>
</div>
</div>
</div><!-- /.Footer -->
<div class="tiny-footer"><!-- Tiny footer -->
<div class="container">
<div class="row">
<div class="col-md-12">
<?php $dateY = date('Y'); ?>
<?php printf( __( 'Copyright © '.$dateY.'. %s', 'Mariage Reunion' ), 'Mariage Réunion. Tous droits réservés' ); ?>
</div>
</div>
</div>
</div><!-- /. Tiny Footer -->
<?php wp_footer(); ?>
<?php /*
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102397747-23"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102397747-23');
</script>*/ ?>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-28HBLYGKY9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-28HBLYGKY9');
</script>
<script>
jQuery(document).ready(() => {
jQuery('.next.page-numbers').text("SUIVANT")
jQuery('.prev.page-numbers').text("PRECEDENT")
})
</script>
</body>
</html>