i can not seem to discover my footer because it disappeared sadly. i hereby connect the supply code if anybody might help
</div>
</div>
<!-- CORE : finish -->
<?php // Add customized code earlier than footer
do_action( 'lsvr_townpress_footer_before' ); ?>
<!-- FOOTER : start -->
<footer id="footer" <?php lsvr_townpress_the_footer_class(); ?>
<?php lsvr_townpress_the_footer_background(); ?>>
<div class="footer__inner">
<?php // Add customized code earlier than footer widgets
do_action( 'lsvr_townpress_footer_widgets_before' ); ?>
<?php // Footer widgets
get_sidebar( 'footer-widgets' ); ?>
<?php // Add customized code after footer widgets
do_action( 'lsvr_townpress_footer_widgets_after' ); ?>
<?php // Footer backside
get_template_part( 'template-parts/footer/backside' ); ?>
<?php // Add customized code after footer backside
do_action( 'lsvr_townpress_footer_bottom_after' ); ?>
</div>
</footer>
<!-- FOOTER : finish -->
<?php // Add customized code on the backside of wrapper
do_action( 'lsvr_townpress_wrapper_bottom' ); ?>