File: /home/v/a/n/vanessatli/www/wp-content/themes/flash-child-theme-01/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 Flash
*/
?>
</div><!-- .tg-container -->
</div><!-- #content -->
<?php
/**
* flash_after_main hook
*/
do_action( 'flash_after_main' ); ?>
<?php
/**
* flash_before_footer hook
*/
do_action( 'flash_before_footer' ); ?>
<footer id="colophon" class="footer-layout site-footer" role="contentinfo">
<?php get_sidebar( 'footer' ); ?>
<div id="bottom-footer">
<div class="tg-container">
<p class="copyright-text">Touts droits réservés © 2017 Vanessa Toffoli - Design par <a href="http://delphinefleury.com">Delphine Fleury</a> </p>
<?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu', 'fallback_cb' => false, ) ); ?>
</div>
</div>
</footer><!-- #colophon -->
<?php
/**
* flash_after_footer hook
*/
do_action( 'flash_after_footer' ); ?>
<?php if ( get_theme_mod( 'flash_disable_back_to_top', '' ) != 1 ) : ?>
<a href="#masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a>
<?php endif; ?>
</div><!-- #page -->
<?php
/**
* flash_after hook
*/
do_action( 'flash_after' ); ?>
<?php wp_footer(); ?>
</body>
</html>