HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/public_html/wp-content/themes/charity-fundraiser/footer.php
<?php
/**
 * The template for displaying the footer.
 * @package Charity Fundraiser
 */
?>
<div  id="footer" class="copyright-wrapper">
  <div class="container">
    <div class="footerinner">
      <div class="row">
        <div class="col-lg-3 col-md-3">
          <?php dynamic_sidebar('footer-1');?>
        </div>
        <div class="col-lg-3 col-md-3">
          <?php dynamic_sidebar('footer-2');?>
        </div>
        <div class="col-lg-3 col-md-3">
          <?php dynamic_sidebar('footer-3');?>
        </div>
        <div class="col-lg-3 col-md-3">
          <?php dynamic_sidebar('footer-4');?>
        </div>
      </div>
    </div>
  </div>
  <div class="inner">
    <div class="copyright text-center">
      <p><?php echo esc_html(get_theme_mod('charity_fundraiser_text',__('Copyright 2018','charity-fundraiser'))); ?> <?php charity_fundraiser_credit_link(); ?></p>
    </div>
    <div class="clear"></div>
  </div>
</div>
<?php wp_footer(); ?>
</body>
</html>