| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/senior-care-lite/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* @subpackage Senior Care Lite
* @since 1.0
*/
?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php if( get_option('senior_care_lite_footer_widgets_show_hide', false) !== 'off'){ ?>
<div class="copyright">
<div class="container footer-content wow slideInDown">
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
</div>
</div>
<?php }?>
<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>
<div class="scroll-top">
<button type=button id="senior-care-lite-scroll-to-top" class="scrollup"><i class="<?php echo esc_attr(get_theme_mod('senior_care_lite_scroll_top_icon','fas fa-chevron-up')); ?>"></i></button>
</div>
</footer>
<?php if (get_option('senior_care_lite_enable_custom_cursor', false) !== 'off') : ?>
<!-- Custom cursor -->
<div class="custom-cursor"></div>
<!-- .Custom cursor -->
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>