(root)/404.php - Rev 7
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<?php
/*
* The template for displaying 404 pages (Not Found).
*/
get_header(); ?>
<div id="content">
<div>
<header id="search-header">
<h1 id="search-title"><?php _e('Error 404', 'sdt'); ?></h1>
</header><!-- #search-header -->
<div id="search-content">
<p><?php _e( 'The address you entered has no correspondance in this website. Try to search for what you’re looking for.', 'sdt' ); ?></p>
<?php get_search_form(); ?>
</div><!-- #search-content -->
</div>
</div><!-- #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>