| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/novablog/wrapper/ |
Upload File : |
<?php /* Wrapper Name: Footer */ ?>
<?php
$layout = novablog_getVariable('footer_layout_order','enabled');
if ($layout): foreach ($layout as $key=>$value) {
switch($key) {
case 'instagram': get_template_part( 'wrapper/instagram' );
break;
case 'bottom': get_template_part( 'wrapper/bottom-area' );
break;
}
if($key=''){
get_template_part( 'wrapper/instagram' );
get_template_part( 'wrapper/bottom-area' );
}
}
endif;
?>
<?php if ( is_active_sidebar( 'hs_bottom_4' ) ) : ?>
<div class="bottom4">
<div class="container">
<div class="row bottom4-widgets">
<div class="col-md-12">
<?php dynamic_sidebar("hs_bottom_4"); ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php if ( novablog_getVariable('footer_logo') == 'yes' or novablog_getVariable('footer_logo') == '') { ?>
<div class="footer-logo">
<div class="container">
<div class="row logo-nav">
<div class="col-md-12">
<?php get_template_part("static/static-footer-logo"); ?>
</div>
</div>
</div>
</div>
<?php } ?>
<?php if ( is_active_sidebar( 'hs_under_footer_logo' ) ) { ?>
<div class="under-footer-logo">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php dynamic_sidebar("hs_under_footer_logo"); ?>
</div>
</div></div></div>
<?php } ?>
<?php if ( novablog_getVariable('footer_lowest') == 'yes' or novablog_getVariable('footer_lowest') == '') { ?>
<div class="lowestfooter"><div class="container"><div class="row">
<div class="col-sx-12 col-md-6">
<?php if ( novablog_getVariable('footer_menu') == 'yes') { ?>
<?php get_template_part("static/static-footer-nav"); ?>
<?php } ?>
</div>
<div class="col-sx-12 col-md-6">
<?php $hs_footer_text = novablog_getVariable('footer_text') ? novablog_getVariable('footer_text') : esc_html__('Copyrights © 2017 NOVABLOG. All Rights Reserved.','novablog');
if($hs_footer_text) { ?>
<div id="footer-text" class="footer-text">
<?php echo wp_kses_post($hs_footer_text); ?>
</div>
<?php } ?>
</div>
</div></div></div>
<?php } ?>