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/p2/footer.php
<?php
/**
 * Footer template.
 *
 * @package P2
 */
?>
	<div class="clear"></div>

</div> <!-- // wrapper -->

<div id="footer">
	<p>
		<?php echo prologue_poweredby_link(); ?>
		<?php
				printf(
					__( 'Theme: %1$s by %2$s.', 'p2' ),
					'<a href="https://wordpress.com/themes/p2">P2</a>',
					'<a href="https://wordpress.com/themes/" rel="designer">WordPress.com</a>'
				);
			?>
	</p>
</div>

<div id="notify"></div>

<div id="help">
	<dl class="directions">
		<dt>c</dt><dd><?php _e( 'Compose new post', 'p2' ); ?></dd>
		<dt>j</dt><dd><?php _e( 'Next post/Next comment', 'p2' ); ?></dd>
		<dt>k</dt> <dd><?php _e( 'Previous post/Previous comment', 'p2' ); ?></dd>
		<dt>r</dt> <dd><?php _e( 'Reply', 'p2' ); ?></dd>
		<dt>e</dt> <dd><?php _e( 'Edit', 'p2' ); ?></dd>
		<dt>o</dt> <dd><?php _e( 'Show/Hide comments', 'p2' ); ?></dd>
		<dt>t</dt> <dd><?php _e( 'Go to top', 'p2' ); ?></dd>
		<dt>l</dt> <dd><?php _e( 'Go to login', 'p2' ); ?></dd>
		<dt>h</dt> <dd><?php _e( 'Show/Hide help', 'p2' ); ?></dd>
		<dt><?php _e( 'shift + esc', 'p2' ); ?></dt> <dd><?php _e( 'Cancel', 'p2' ); ?></dd>
	</dl>
</div>

<?php wp_footer(); ?>

</body>
</html>