HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/public_html/ducoa.org/wp-content/themes/dustrial/footers/footer-style2.php
<?php if ( is_active_sidebar( 'footer2-widgets') ) {

    if ( function_exists( 'dustrial_framework_init' )) {
      $bg_img_id    = dustrial_get_option('footer_2_bg');
      $attachment = wp_get_attachment_image_src( $bg_img_id, 'full' );
      $bg_img     = ($attachment) ? $attachment[0] : $bg_img_id;
    } else {
      $bg_img = DUSTRIAL_IMG . 'bind_footer_bg_dark.png';
    }

  ?>

  <div class="bind_footer footer-2 bg-black-overlay-footer" style="background-image: url(<?php echo esc_url( $bg_img ); ?>)">
    <footer class="footer">
      <div class="container">
        <div class="row">
          <?php dynamic_sidebar( 'footer2-widgets' ); ?>
        </div>
      </div>
    </footer>
  </div>
<?php } ?>
<div class="copyright">
  <div class="container">
    <div class="row">
      <div class="col-md-12 text-center">
        <?php get_template_part( 'footers/copyright' ); ?>
      </div>
    </div>
  </div>
</div>