git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@18 54e8636e-a86c-764f-903d-b964358a1ae2
19 lines
784 B
PHP
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(); ?>
|