File: /home/dtptviut/domains/sparpengeihverdagen.dk/private_html/wp-content/themes/souje/footer.php
<?php
$sh_FooterWidgets = get_theme_mod( 'souje_show_footer_widgets', 1 );
$sh_FooterBTT = get_theme_mod( 'souje_show_to_top', 1 );
$sh_FooterSocial = get_theme_mod( 'souje_show_footer_social', 1 );
$copyrightText = get_theme_mod( 'souje_copyright_text', '2019 Souje. All rights reserved.' );
$instagramShortcode = get_theme_mod( 'souje_instagram_shortcode', '' );
?>
<?php if ( $sh_FooterWidgets || $sh_FooterBTT || $sh_FooterSocial || $instagramShortcode || $copyrightText ) { ?>
<div id="footer-box-outer" class="footer-box-outer">
<footer class="clearfix">
<?php /* Instagram Slider Widget */
if ( $instagramShortcode && get_theme_mod( 'souje_instagram_position_top', 0 ) ) {
echo '<div class="instagram-label">' . esc_attr( get_theme_mod( 'souje_instagram_label', 'FOLLOW @ INSTAGRAM' ) ) . '</div>';
echo do_shortcode( $instagramShortcode );
}
/* */ ?>
<?php if ( is_active_sidebar( 'souje_footer_widgets' ) && $sh_FooterWidgets ) {
ob_start( 'souje_compress' ); ?>
<div class="footer-box-inner clearfix">
<div class="footer-widget-area">
<div class="footer-widget-area-inner<?php if ( get_theme_mod( 'souje_footer_widgets_column', '3col' ) == '2col' ) { echo '-col2'; } else if ( get_theme_mod( 'souje_footer_widgets_column', '3col' ) == '4col' ) { echo '-col4'; } ?> clearfix"><?php dynamic_sidebar( 'souje_footer_widgets' ); ?></div>
</div>
</div>
<?php ob_end_flush(); } ?>
<?php
global $souje_social_show;
if ( $copyrightText && ( !get_theme_mod( 'souje_show_footer_social', 1 ) || !$souje_social_show ) ) { $sh_FooterBTT = 0; }
?>
<?php if ( $sh_FooterWidgets || $sh_FooterBTT || $sh_FooterSocial || $copyrightText ) { ?>
<div class="footer-bottom-outer<?php if ( !is_active_sidebar( 'souje_footer_widgets' ) || !$sh_FooterWidgets ) { echo ' fbo-wo-w'; } ?>">
<div class="footer-bottom clearfix">
<div class="footer-text"><?php echo wp_kses_post( $copyrightText ); ?></div><div class="footer-btt-outer"><?php if ( $sh_FooterBTT ) { ?><a href="javascript:void(0);" class="btn-to-top"><i class="fa fa-chevron-up"></i></a><?php } ?></div><?php echo souje_insert_social_icons( 'footer-social' ); ?>
</div>
</div>
<?php } ?>
<?php /* Instagram Slider Widget */
if ( $instagramShortcode && !get_theme_mod( 'souje_instagram_position_top', 0 ) ) {
echo '<div class="instagram-label">' . esc_attr( get_theme_mod( 'souje_instagram_label', 'FOLLOW @ INSTAGRAM' ) ) . '</div>';
echo do_shortcode( $instagramShortcode );
}
/* */ ?>
</footer>
</div>
<?php } ?>
<div class="hiddenInfo">
<span id="mapInfo_Zoom"><?php echo esc_attr( get_theme_mod( 'souje_map_zoom', 15 ) ); ?></span>
<span id="mapInfo_coorN"><?php echo esc_attr( get_theme_mod( 'souje_map_coordinate_n', 49.0138 ) ); ?></span>
<span id="mapInfo_coorE"><?php echo esc_attr( get_theme_mod( 'souje_map_coordinate_e', 8.38624 ) ); ?></span>
<span id="owl_nav"><?php echo esc_attr( get_theme_mod( 'souje_slider_nav', 1 ) ); ?></span>
<span id="owl_autoplay"><?php echo esc_attr( get_theme_mod( 'souje_slider_autoplay', 0 ) ); ?></span>
<span id="owl_duration"><?php echo esc_attr( get_theme_mod( 'souje_slider_duration', 4000 ) ); ?></span>
<span id="owl_infinite"><?php echo esc_attr( get_theme_mod( 'souje_slider_infinite', 1 ) ); ?></span>
<span id="siteUrl"><?php echo esc_attr( get_home_url() ); ?></span>
<span id="trigger-sticky-value"><?php echo esc_attr( get_theme_mod( 'souje_trigger_sticky_menu', 300 ) ); ?></span>
<span id="menu-logo-l-r"><?php if ( $souje_opt_LogoPos == 'lefted' && $souje_opt_MenuPos == 'mright' ) { echo 'true'; } ?></span>
<span id="slicknav_apl"><?php echo esc_attr( get_theme_mod( 'souje_slicknav_apl', 0 ) ); ?></span>
</div>
<?php wp_footer(); ?>
</body>
</html>