File: /home/perditaeyz/www/wp-content/themes/montheme/footer.php
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_sidebar( 'footer' ); ?>
<div class="site-info">
© Perdita Ensemble 2016 | <a href="<?php echo get_permalink(1076);?>">Plan du site</a> | <a href="<?php echo get_permalink(1079);?>">Contact</a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>