public
Description: Wordpress template based on the default template but modified for use as a starting point for theme designers.
Homepage: http://www.poweredbygeek.com/
Clone URL: git://github.com/lwallenstein/designers-default.git
designers-default / 404.php
100755 21 lines (11 sloc) 0.31 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- 404.php start -->
 
<?php get_header(); ?>
 
<div id="main_wrapper">
<div id="content" class="narrowcolumn grid_10">
 
<h2 class="center">Error 404 - Not Found</h2>
 
</div>
 
<?php get_sidebar(); ?>
<div class="clear"></div>
</div>
 
<?php get_footer(); ?>
 
<!-- 404.php end -->