| 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 if ( novablog_getVariable('bottom_layout') == 'onecolumn') { ?>
<?php if ( is_active_sidebar( 'hs_bottom_1' ) ) : ?>
<div class="bottom1">
<div class="container">
<div class="row bottom1-widgets">
<div class="col-md-12">
<?php dynamic_sidebar("hs_bottom_1"); ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'hs_bottom_2' ) ) : ?>
<div class="bottom2">
<div class="container">
<div class="row bottom2-widgets">
<div class="col-md-12">
<?php dynamic_sidebar("hs_bottom_2"); ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'hs_bottom_3' ) ) : ?>
<div class="bottom3">
<div class="container">
<div class="row bottom3-widgets">
<div class="col-md-12">
<?php dynamic_sidebar("hs_bottom_3"); ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php } else { ?>
<?php if ( is_active_sidebar( 'hs_bottom_1' ) || is_active_sidebar( 'hs_bottom_2' ) || is_active_sidebar( 'hs_bottom_3' ) ) : ?>
<div class="bottom-widgets-column">
<div class="container">
<div class="row">
<div class="col-md-4 bottom1-widgets-column">
<?php if ( is_active_sidebar( 'hs_bottom_1' ) ) :
dynamic_sidebar("hs_bottom_1");
endif; ?>
</div>
<div class="col-md-4 bottom2-widgets-column">
<?php if ( is_active_sidebar( 'hs_bottom_2' ) ) :
dynamic_sidebar("hs_bottom_2");
endif; ?>
</div>
<div class="col-md-4 bottom3-widgets-column">
<?php if ( is_active_sidebar( 'hs_bottom_3' ) ) :
dynamic_sidebar("hs_bottom_3");
endif; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php } ?>