HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/sescorpcl/public_html/wp-content/themes/customizr/templates/footer-no-model.php
<?php
/**
 * The template for displaying the site footer
 *
 * Contains the closing of the #tc-page-wrap div and all content after
 */

      if ( czr_fn_is_registered_or_possible('footer') ) {
        //will fire do_action( '__before_footer' )
        czr_fn_render_template( 'footer' );
        //will fire do_action( '__after_footer' )
      }
    ?>
    </div><!-- end #tc-page-wrap -->

    <?php
      do_action('__after_page_wrapper');

      if ( czr_fn_is_registered_or_possible('search_full_page') )
        czr_fn_render_template( 'modules/search/search_full_page' );

      if ( czr_fn_is_registered_or_possible('btt_arrow') )
        czr_fn_render_template( 'footer/btt_arrow' );

      wp_footer();

      do_action( '__after_wp_footer' );
    ?>
  </body>
  <?php do_action( '__after_body' ) ?>
</html>