HEX
Server: Apache/2.4.65 (Unix) OpenSSL/3.0.2
System: Linux baggio 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: mkanyafarm (1045)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /srv/users/mkanyafarm/apps/mkanyafarm/public/wp-content/themes/organic-farm/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * @subpackage Organic Farm
 * @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="organic-farm-scroll-to-top" class="scrollup">
			<i class="<?php echo esc_attr(get_theme_mod('organic_farm_scroll_top_icon','fas fa-chevron-up')); ?>"></i>
    	</button>
		</div>	
	</footer>
	
	<?php if (get_option('organic_farm_enable_custom_cursor', false) !== 'off') : ?>
	    <!-- Custom cursor -->
	    <div class="custom-cursor"></div>
	    <!-- .Custom cursor -->
	<?php endif; ?>

<?php wp_footer(); ?>

</body>
</html>