File: /var/www/ruwebsiteok/wp-content/themes/interactive-education/footer.php
<?php
/**
* The format used to show the footer
*
* @package Interactive Education
*/
?>
<footer id="colophon" class="site-footer">
<div class="site-footer-inner">
<div class="top-footer">
<div class="wrap-footer-sidebar">
<div class="container">
<div class="footer-widget-wrap">
<div class="row">
<?php
get_template_part( 'template-parts/footer/footer-widget', 'one' );
?>
</div>
</div>
</div>
</div>
</div>
<?php
get_template_part( 'template-parts/footer/footer', 'one' );
?>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>