2009-06-13 11:58:02 +00:00
|
|
|
<?php get_header() ?>
|
|
|
|
|
2009-07-01 00:01:05 +00:00
|
|
|
<div id="content" class="narrowcolumn">
|
2009-06-13 11:58:02 +00:00
|
|
|
<div class="post-page-head"></div>
|
|
|
|
<div class="post-page">
|
|
|
|
<h2 class="pagetitle">Page Not Found</h2>
|
|
|
|
<p><a href="<?php bloginfo('url') ?>">Click here to return to the home page</a> or try a search:</p>
|
|
|
|
<p><?php include (TEMPLATEPATH . '/searchform.php') ?></p>
|
|
|
|
<br class="clear-margins" />
|
|
|
|
</div>
|
|
|
|
<div class="post-page-foot"></div>
|
|
|
|
</div>
|
|
|
|
|
2009-07-19 23:27:09 +00:00
|
|
|
<?php get_sidebar() ?>
|
2009-06-13 11:58:02 +00:00
|
|
|
|
|
|
|
<?php get_footer() ?>
|