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/fruit-shake/footer.php
<?php
/**
 * @package Fruit Shake
 */
?>
	<footer id="colophon" role="contentinfo">
		<div id="site-info">
			<p><a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'fruit-shake' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'fruit-shake' ), 'WordPress' ); ?></a></p>
			<p><?php printf( __( 'Theme: %1$s by %2$s.', 'fruit-shake' ), 'Fruit Shake', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?></p>
		</div>
	</footer><!-- #colophon -->

	<?php get_template_part( 'post-navigation', 'footer' ); ?>

	<?php
		/* A sidebar in the footer? Yep. You can can customize
		 * your footer with three columns of widgets.
		 */
		if ( ! is_404() )
			get_sidebar( 'footer' );
	?>

	</div><!-- #main -->
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>