source:
trunk/www.guidonia.net/wp/wp-content/themes/default/404.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[44] | 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(); ?> |
Note:
See TracBrowser
for help on using the repository browser.