HEX
Server: Apache
System: Linux iad1-shared-e1-26 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: ricpug (13815490)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/ricpug/tecnomarketconsult.co_202106170822/wp-content/themes/ananke/footer.php
<?php
/**
 * The template for displaying the footer
 */
 global $theme_option; 
?>

<div id="footer" style="<?php if($theme_option['background_footer']){ echo esc_attr( 'background-color: '.$theme_option['background_footer'].';' ); } ?>
 <?php if($theme_option['color_footer']){ echo esc_attr( 'color:'.$theme_option['color_footer'].';' ); } ?>">
	<a class="scroll" href="#home"><div class="back-top">&#xf102;</div></a>	
	<div class="container">
		<div class="sixteen columns">
			<?php echo htmlspecialchars_decode($theme_option['footer_text']); ?>
		</div>
	</div>	
</div>
<?php wp_footer(); ?>
</body>
</html>