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/freshy/404.php
<?php ob_start(); ?>

<?php get_header(); ?>

	<div id="content">

		<div <?php post_class(); ?> id="post-none">
			<h2 class="center"><?php _e('Error 404',TEMPLATE_DOMAIN, 'freshy'); ?></h2>
			<p class="center"><?php _e("Sorry, but you are looking for something that is not here",TEMPLATE_DOMAIN, 'freshy'); ?></p>
			<?php get_search_form(); ?>
		</div>

	</div>

	<hr/>

	<!-- sidebar -->
	<?php get_sidebar(); ?>

	<br style="clear:both" /><!-- without this little <br /> NS6 and IE5PC do not stretch the frame div down to encopass the content DIVs -->
</div>

<!-- footer -->
<?php get_footer(); ?>

<?php ob_end_flush(); ?>