File: //var/www/mussarq_bak2/wp-content/themes/catch-vogue/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 Catch Vogue
*/
?>
</div><!-- .wrapper -->
</div><!-- #content -->
<?php
get_template_part( 'template-parts/logo-slider/display', 'logo-slider' );
get_template_part( 'template-parts/footer/footer', 'instagram' );
?>
<footer id="colophon" class="site-footer">
<?php get_template_part( 'template-parts/footer/footer', 'widget' ); ?>
<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>
</footer><!-- #colophon -->
</div> <!-- below-site-header -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>