<?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 News_Night
*/
?>
<?php
$news_night_footer_select = get_theme_mod('select_footer', 'one');
get_template_part('inc/footer/footer-'.$news_night_footer_select);
?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>