This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
OriginalHouse_Web/src/wp-content/themes/originalhouse/404.php
2011-07-07 15:02:31 +00:00

19 lines
784 B
PHP

<?php get_header(); ?>
<div id="content" class="page col-full">
<div id="main" class="fullwidth">
<div class="page">
<div class="entry margin">
<h1><?php _e( 'Error 404 - Page not found!', 'woothemes' ); ?></h1>
<p><?php _e( 'The page you trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'woothemes' ); ?></p>
</div>
</div><!-- /.post -->
</div><!-- /#main -->
<?php get_sidebar(); ?>
</div><!-- /#content -->
<?php get_footer(); ?>