HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/footer.php
<?php if (is_active_sidebar('footer')) { ?>
  <section class="first-footer">
    <h3 class="hide"><?php echo esc_html__('Footer', 'lifttruck'); ?></h3>
    <div class="row">
       
        <div class="small-12 large-12 medium-12 columns">
          <?php dynamic_sidebar('footer')  ?>
        </div>
    </div>
  </section>
<?php } ?>

<footer class="second-footer">
  <div class="row">
    <div class="powered medium-6 large-4 columns">
      <div class="block">
          <?php
            $defaults = array(
                'theme_location' => 'footer-menu',
                'menu' => '',
                'container' => 'div',
                'container_class' => 'menu-menu-container',
                'container_id' => '',
                'menu_class' => 'menu',
                'menu_id' => 'menu-menu',
                'echo' => true,
                'fallback_cb' => false,
                'before' => '',
                'after' => '',
                'link_before' => '',
                'link_after' => '',
                'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
                'depth' => 0,
                'walker' => new lifttruck_Top_Bar_Walker,
            );
            wp_nav_menu($defaults);
           ?>
      </div>
    </div>    
    <div class="copyright medium-12 large-4 columns">
		  <?php echo html_entity_decode(lifttruck_get_option('copyright_text', esc_html__('&copy; 2024 lifttruck All rights reserved. ', 'lifttruck')));
		  ?>
    </div>
    <div class="footer-social-media medium-3 large-4 columns">
      <?php
      $socialmediaicon_arry = explode(',', lifttruck_get_option('social_icon'));
      $socialmedia_arry = explode(',', lifttruck_get_option('socialmedia_name'));
      if (!empty($socialmedia_arry[0])) { ?>
        <ul class="footer-social-media">
          <?php $i = 0;
          foreach ($socialmedia_arry as $social_data) {
            $i++; ?>
            <li><a href="#"><i class="fab fa-<?php echo esc_attr($socialmediaicon_arry[$i - 1]) ?>"></i></a></li>
          <?php } ?>
        </ul>
        <?php
      } ?>
    </div>
  </div>
</footer>
</div>
<?php
if ( lifttruck_menu_style() == "offcanvas" ) { ?>
  <a class="exit-off-canvas"></a>
<?php } ?>

<?php wp_footer(); ?>
</body>
</html>