HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SoulSports/donutbootdenbosch.nl/wwwroot/wp-content/themes/darkorange/footer.php
<?php
/*
 * The footer for displaying footer widgets and site-info.
 */
?>

<div id="footer">
	<?php if ( is_active_sidebar( 'footer-right' ) || is_active_sidebar( 'footer-left' ) ) {?>
	<div id="footer-widgets">
		<div class="footer-right">
			<?php dynamic_sidebar( 'footer-right' ); ?>
		</div>

		<div class="footer-left">
			<?php dynamic_sidebar( 'footer-left' ); ?>
		</div>
	</div>
	<?php } ?>

	<div class="site-info">
		<?php _e('Copyright', 'darkorange'); ?> <?php echo date('Y'); ?>  <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a>
	</div>
</div>
</div><!-- #container -->

<?php wp_footer(); ?>
</body>
</html>