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
/**
* Footer sidebar at the bottom of the page
* @package Longevity
*
*/
if ( ! is_active_sidebar( 'footer' ) )
return;
// If we get this far, we have widgets. Let do this.
?>
<aside id="footer-group" class="widget-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php dynamic_sidebar( 'footer' ); ?>
</div>
</div>
</div>
</aside>