2008-09-27 11:49:27 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @package WordPress
|
|
|
|
* @subpackage Default_Theme
|
|
|
|
*/
|
|
|
|
|
|
|
|
get_header();
|
|
|
|
?>
|
2004-12-30 12:14:01 +01:00
|
|
|
|
|
|
|
<div id="content" class="narrowcolumn">
|
|
|
|
|
|
|
|
<h2 class="center">Error 404 - Not Found</h2>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2004-12-30 12:25:15 +01:00
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
|
|
|
|
<?php get_footer(); ?>
|