Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | iacchi | 1 | <?php |
2 | /* |
||
3 | * The template for displaying 404 pages (Not Found). |
||
4 | */ |
||
5 | |||
6 | get_header(); ?> |
||
7 | |||
8 | <div id="content"> |
||
9 | |||
10 | <div> |
||
11 | <header id="search-header"> |
||
27 | iacchi | 12 | <h1 id="search-title"><?php _e('Error 404', 'zendark'); ?></h1> |
3 | iacchi | 13 | </header><!-- #search-header --> |
14 | <div id="search-content"> |
||
27 | iacchi | 15 | <p><?php _e( 'The address you entered has no correspondance in this website. Try to search for what you’re looking for.', 'zendark' ); ?></p> |
3 | iacchi | 16 | <?php get_search_form(); ?> |
17 | </div><!-- #search-content --> |
||
18 | </div> |
||
19 | |||
20 | </div><!-- #content --> |
||
21 | |||
22 | <?php get_sidebar(); ?> |
||
23 | <?php get_footer(); ?> |