" * * Used in template-parts/layout/footer-*.php file * can be dark or light * * @since 1.0.0.37 */ $default_footer_img = get_template_directory_uri() . '/assets/images/footer-bg.png'; $footer_background = astha_option( 'astha_footer_image', $default_footer_img ); $footer_style = false; if( !empty( $footer_background ) ){ $footer_style = "background-image: url($footer_background);"; } ?>