HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux srv820.techno-vate.net 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: bheot (1024)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /home/bheot/public_html/wp-content/themes/cyber-security-services/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * @subpackage Cyber Security Services
 * @since 1.0
 */

?>
	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="copyright">
			<div class="container footer-content wow slideInDown">
				<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
			</div>
		</div>
		<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>
		<div class="scroll-top">
		<button type=button id="cyber-security-services-scroll-to-top" class="scrollup"><i class="<?php echo esc_attr(get_theme_mod('cyber_security_services_scroll_top_icon','fas fa-chevron-up')); ?>"></i></button>
		</div>
	</footer>

	<?php if (get_option('cyber_security_services_enable_custom_cursor', false) !== 'off') : ?>
	    <!-- Custom cursor -->
	    <div class="custom-cursor"></div>
	    <!-- .Custom cursor -->
	<?php endif; ?>
	
<?php wp_footer(); ?>

</body>
</html>