| .. | |||||
| images | |||||
| 404.php | |||||
| archive.php | |||||
| archives.php | |||||
| comments-popup.php | |||||
| comments.php | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| image.php | |||||
| index.php | |||||
| kubrick.pot | |||||
| links.php | |||||
| page.php | |||||
| rtl.css | |||||
| screenshot.png | |||||
| search.php | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header();
?>
<div id="content" class="narrowcolumn">
<h2 class="center"><?php _e('Error 404 - Not Found', 'kubrick'); ?></h2>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
| .. | |||||
| images | |||||
| 404.php | |||||
| archive.php | |||||
| archives.php | |||||
| comments-popup.php | |||||
| comments.php | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| image.php | |||||
| index.php | |||||
| kubrick.pot | |||||
| links.php | |||||
| page.php | |||||
| rtl.css | |||||
| screenshot.png | |||||
| search.php | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |