![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/vip-business/ |
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Vip_Business */ $show_content = vip_business_gtm( 'vip_business_show_homepage_content' ); if ( $show_content || ! is_front_page() ) : ?> </div><!-- .row --> </div><!-- .container --> </div><!-- #content --> <?php endif; ?> <footer id="colophon" class="site-footer"> <?php get_template_part( 'template-parts/footer/footer', 'widget' ); ?> <?php get_template_part( 'template-parts/footer/site-info' ); ?> </footer><!-- #colophon --> </div><!-- #page --> <div id="scrollup" class="displaynone"> <a title="<?php echo esc_attr__( 'Go to Top', 'vip-business' ); ?>" class="scrollup" href="#"><i class="fas fa-angle-up"></i></a> </div> <?php wp_footer(); ?> </body> </html>