HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/brand-new-day/footer.php
<?php
/**
 * @package Brand New Day
 */
?>
</div> <!-- end div.wrapper -->
<div class="footer-wrapper">
	<div class="sun"></div>
	<div class="trees"></div>
	<div class="stars"></div>
	<div class="footer-grass"></div>
	<div class="footer-sidebar-wrapper">
		<div class="footer-sidebar-list-wrapper">
		<?php get_sidebar('footer1');
		      get_sidebar('footer2');
		      get_sidebar('footer3');
		      get_sidebar('footer4'); ?>
		</div>
	</div>
	<div class="footer-colophon">
		<a href="http://www.carolinemoore.net" target="_blank"><?php _e( 'Brand New Day Theme by Caroline Moore', 'brand-new-day' ) ?></a> | 
		<?php _e ( 'Copyright' , 'brand-new-day' ) ?> <?php echo date('Y'); ?> <?php bloginfo('name'); ?> | 
		<?php _e ( 'Powered by' , 'brand-new-day' ) ?> <a href="http://www.wordpress.org" target="_blank"><?php _e ( 'WordPress' , 'brand-new-day' ) ?></a>
	</div>
</div>
<?php wp_footer(); ?>

</body>
</html>