File: /home/retoti4c1e1s/public_html/thecommitment.earth/wp-content/themes/save-life/footer.php
<?php
/**
* The Footer: widgets area, logo, footer menu and socials
*
* @package WordPress
* @subpackage SAVE_LIFE
* @since SAVE_LIFE 1.0
*/
// Widgets area inside page content
save_life_create_widgets_area('widgets_below_content');
?>
</div><!-- </.content> -->
<?php
// Show main sidebar
get_sidebar();
// Widgets area below page content
save_life_create_widgets_area('widgets_below_page');
$save_life_body_style = save_life_get_theme_option('body_style');
if ($save_life_body_style != 'fullscreen') {
?></div><!-- </.content_wrap> --><?php
}
?>
</div><!-- </.page_content_wrap> -->
<?php
// Footer
$save_life_footer_style = save_life_get_theme_option("footer_style");
if (strpos($save_life_footer_style, 'footer-custom-')===0) $save_life_footer_style = 'footer-custom';
get_template_part( "templates/{$save_life_footer_style}");
?>
</div><!-- /.page_wrap -->
</div><!-- /.body_wrap -->
<?php if (save_life_is_on(save_life_get_theme_option('debug_mode')) && save_life_get_file_dir('images/makeup.jpg')!='') { ?>
<img src="<?php echo esc_url(save_life_get_file_url('images/makeup.jpg')); ?>" id="makeup">
<?php } ?>
<?php wp_footer(); ?>
</body>
</html>