HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/bristolfilton.co.uk/public_html/wp-content/themes/spidermag/footer.php
<?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 Spider_Mag
 */
    do_action("spidermag_before_footer") ;
    
    do_action('spidermag_top_footer');

    do_action('spidermag_bottom_footer');

    do_action('spidermag_after_footer'); 
?>
<!-- Footer end -->

<!-- call login and registration popup view -->
<?php get_template_part( 'template-parts/login', 'register' ); ?> 

<?php do_action('spidermag_preloader'); ?>
    
<?php wp_footer(); ?> 

	<a href="#" class="scrollup">
		<i class="fa fa-angle-up"></i>
	</a>

</body>

</html>