HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/.trash/hello-animations/template-parts/footer/footer.php
  <?php
  
   $copyright_text          = get_theme_mod('ha_copyright_text', '© 2024 - 2025 | Alrights reserved');
   $is_footer_sidebar_active = is_active_sidebar('footer-one') || is_active_sidebar('footer-two') || is_active_sidebar('footer-three') || is_active_sidebar('footer-four');
  ?>

  <footer role="contentinfo" class="footer__area-8 jfooter-wrapper <?php echo esc_attr($is_footer_sidebar_active ? 'pt-130' : ''); ?>">
      <?php if( $is_footer_sidebar_active ) { ?>
        <div class="container">
            <div class="footer__wrapper-8">
                <div class="footer__item-8">
                  <?php dynamic_sidebar( 'footer-one' ); ?>
                </div>
                <div class="footer__item-8">
                  <?php dynamic_sidebar( 'footer-two' ); ?>
                </div>
                <div class="footer__item-8">
                  <?php dynamic_sidebar( 'footer-three' ); ?>
                </div> 
                <div class="footer__item-8">
                  <?php dynamic_sidebar( 'footer-four' ); ?>
                </div>
            </div>
        </div>  
      <?php } ?>
      <div class="copyright__area-8 jcopyright <?php echo esc_attr(!$is_footer_sidebar_active ? 'mt-0' : ''); ?>">
          <p class="copyright__fees"><?php echo hello_animation_kses(str_replace(['{','}'],['<span>','</span>'],$copyright_text)); ?></p>
    </div>
  </footer>