| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/springup/wp-content/themes/inspiro/ |
Upload File : |
<?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 Inspiro * @subpackage Inspiro_Lite * @since Inspiro 1.0.0 * @version 1.0.0 */ ?> </div><!-- #content --> <?php do_action( 'inspiro_before_footer' ); ?> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) : ?> <?php get_template_part( 'template-parts/footer/footer', 'instagram-widget' ); ?> <?php $footer_builder_enabled = (bool) get_theme_mod( 'inspiro_footer_builder_enable', false ); ?> <?php if ( $footer_builder_enabled && class_exists( 'Inspiro_Lite_Footer_Builder' ) ) : ?> <?php Inspiro_Lite_Footer_Builder::get_instance()->render_footer(); ?> <?php else : ?> <footer id="colophon" <?php inspiro_footer_class(); ?> role="contentinfo"> <div class="inner-wrap"> <?php get_template_part( 'template-parts/footer/footer', 'widgets' ); get_template_part( 'template-parts/footer/site', 'info' ); ?> </div><!-- .inner-wrap --> </footer><!-- #colophon --> <?php endif; ?> <?php endif; ?> </div><!-- .site-content-contain --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>