| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/u/x/h/uxhactp/www/wp-content/themes/applica/ |
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 Applica
*/
?>
<?php
$enable_footer_recommended_post_section = applica_get_option('enable_footer_recommended_post_section');
if ($enable_footer_recommended_post_section) {
get_template_part('template-parts/footer/footer-recommended-post');
}
?>
<?php get_template_part('template-parts/footer/footer-widgets-full'); ?>
<?php do_action('applica_before_footer'); ?>
<?php
$is_sticky_footer = applica_get_option('enable_footer_sticky');
?>
<footer id="colophon" class="site-footer <?php echo ($is_sticky_footer) ? 'site-footer-sticky' : ''; ?> ">
<div class="wrapper">
<?php get_template_part('template-parts/footer/footer-widgets'); ?>
<?php get_template_part('template-parts/footer/footer-info'); ?>
</div>
<?php
$enable_scroll_to_top = applica_get_option('enable_scroll_to_top');
if ($enable_scroll_to_top) {
?>
<a id="theme-scroll-to-start" href="javascript:void(0)">
<span class="screen-reader-text">
<?php _e('Scroll to top', 'applica'); ?>
</span>
<?php applica_theme_svg('arrow-up'); ?>
</a>
<?php
}
?>
<!-- Custom cursor -->
<div class="cursor-dot-outline"></div>
<div class="cursor-dot"></div>
<!-- .Custom cursor -->
</footer><!-- #colophon -->
<?php do_action('applica_after_footer'); ?>
</div><!-- #page -->
<?php do_action('applica_after_site'); ?>
<?php wp_footer(); ?>
</body>
</html>