changeset 1 | 0d28b7c10758 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/default/404.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,18 @@ +<?php +/** + * @package WordPress + * @subpackage Default_Theme + */ + +get_header(); +?> + + <div id="content" class="narrowcolumn"> + + <h2 class="center">Error 404 - Not Found</h2> + + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> \ No newline at end of file