2009-08-21 19:29:45 +00:00
|
|
|
<?php get_header(); ?>
|
2009-09-17 22:45:30 +00:00
|
|
|
<?php include(get_template_directory() . '/layout-head.php'); ?>
|
2009-09-17 18:13:28 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php get_sidebar('overblog'); ?>
|
2009-09-07 13:37:15 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c')) get_sidebar('left'); ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<?php if (!is_cp_theme_layout('v3c,v')) { ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
<div id="content" class="narrowcolumn">
|
2009-09-15 10:23:54 +00:00
|
|
|
<div class="column">
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php } ?>
|
2009-09-15 10:23:54 +00:00
|
|
|
|
|
|
|
<div class="<?php comicpress_blogpost_class(); ?>">
|
2009-08-21 19:29:45 +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 (get_template_directory() . '/searchform.php') ?></p>
|
|
|
|
<br class="clear-margins" />
|
|
|
|
</div>
|
|
|
|
<div class="post-page-foot"></div>
|
2009-09-12 15:28:32 +00:00
|
|
|
</div>
|
2009-09-06 01:37:35 +00:00
|
|
|
</div>
|
2009-08-21 19:29:45 +00:00
|
|
|
</div>
|
|
|
|
|
2009-09-17 22:45:30 +00:00
|
|
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
2009-08-21 17:45:23 +00:00
|
|
|
<?php get_footer() ?>
|