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/chryzalihi/www/wp-contentOLD/themes/longevity/ |
<?php
/**
* Top sidebar group
*
* @package Longevity
*
*/
if ( ! is_active_sidebar( 'top1' )
&& ! is_active_sidebar( 'top2' )
&& ! is_active_sidebar( 'top3' )
&& ! is_active_sidebar( 'top4' )
)
return;
// If we get this far, we have widgets. Let do this.
?>
<div id="top-group">
<div class="row">
<aside class="widget-area clearfix">
<?php if ( is_active_sidebar( 'top1' ) ) : ?>
<div id="top1" <?php longevity_top(); ?>>
<?php dynamic_sidebar( 'top1' ); ?>
</div><!-- #top1 -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'top2' ) ) : ?>
<div id="top2" <?php longevity_top(); ?>>
<?php dynamic_sidebar( 'top2' ); ?>
</div><!-- #top2 -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'top3' ) ) : ?>
<div id="top3" <?php longevity_top(); ?>>
<?php dynamic_sidebar( 'top3' ); ?>
</div><!-- #top3 -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'top4' ) ) : ?>
<div id="top4" <?php longevity_top(); ?>>
<?php dynamic_sidebar( 'top4' ); ?>
</div><!-- #top4 -->
<?php endif; ?>
</aside>
</div>
</div>