136
|
1 |
<?php |
|
2 |
/** |
|
3 |
* @package WordPress |
|
4 |
* @subpackage Default_Theme |
|
5 |
*/ |
|
6 |
|
|
7 |
get_header(); |
|
8 |
?> |
|
9 |
|
|
10 |
<div id="content" class="narrowcolumn"> |
|
11 |
|
|
12 |
<h2 class="center"><?php _e('Error 404 - Not Found', 'kubrick'); ?></h2> |
|
13 |
|
|
14 |
</div> |
|
15 |
|
|
16 |
<?php get_sidebar(); ?> |
|
17 |
|
|
18 |
<?php get_footer(); ?> |