hello
Server : Apache System : Linux webm006.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 : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-contentOLD/themes/longevity/ |
<?php
/**
* Bottom sidebar.
*
* @package Longevity
*
*/
if ( ! is_active_sidebar( 'bottom1' )
&& ! is_active_sidebar( 'bottom2' )
&& ! is_active_sidebar( 'bottom3' )
&& ! is_active_sidebar( 'bottom4' )
)
return;
// If we get this far, we have widgets. Let do this.
?>
<div class="container">
<div class="row">
<aside class="widget-area clearfix">
<?php if ( is_active_sidebar( 'bottom1' ) ) : ?>
<div id="bottom1" <?php longevity_bottom(); ?>>
<?php dynamic_sidebar( 'bottom1' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'bottom2' ) ) : ?>
<div id="bottom2" <?php longevity_bottom(); ?>>
<?php dynamic_sidebar( 'bottom2' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'bottom3' ) ) : ?>
<div id="bottom3" <?php longevity_bottom(); ?>>
<?php dynamic_sidebar( 'bottom3' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'bottom4' ) ) : ?>
<div id="bottom4" <?php longevity_bottom(); ?>>
<?php dynamic_sidebar( 'bottom4' ); ?>
</div>
<?php endif; ?>
</aside>
</div>
</div>