HOME


Mini Shell 1.0
DIR: /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/
Upload File :
Current File : /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/footer.php
		</div>
	</div>
	<!-- CORE : end -->

	<?php // Add custom code before Footer
	do_action( 'lsvr_beautyspot_footer_before' ); ?>

	<!-- FOOTER : begin -->
	<footer id="footer">
		<div class="footer__inner">

			<?php // Add custom code before footer widgets
			do_action( 'lsvr_beautyspot_footer_widgets_before' ); ?>

			<?php // Footer widgets
			get_sidebar( 'footer-widgets' ); // Load sidebar-footer-widgets.php template ?>

			<?php // Add custom code after footer widgets
			do_action( 'lsvr_beautyspot_footer_widgets_after' ); ?>

			<?php // Footer bottom
			get_template_part( 'template-parts/footer-bottom' ); ?>

			<?php // Add custom code after footer bottom
			do_action( 'lsvr_beautyspot_footer_bottom_after' ); ?>

		</div>
	</footer>
	<!-- FOOTER : end -->

	<?php // Add custom code after Footer
	do_action( 'lsvr_beautyspot_footer_after' ); ?>

</div>
<!-- WRAPPER : end -->

<?php wp_footer(); ?>

</body>
</html>