2009-11-13 16:00:25 +00:00
< ? php get_header (); ?>
< ? php include ( get_template_directory () . '/layout-head.php' ); ?>
2009-12-24 23:09:56 +00:00
< div class = " post page post-404 " >
2009-12-24 23:01:47 +00:00
< div class = " post-head " ></ div >
< div class = " post-content " >
2009-11-18 23:15:24 +00:00
< h2 class = " pagetitle " >< ? php _e ( 'Page Not Found' , 'comicpress' ); ?> </h2>
2009-11-13 16:00:25 +00:00
< p >< a href = " <?php bloginfo('wpurl') ?> " >< ? php _e ( 'Click here to return to the home page' , 'comicpress' ); ?> </a> <?php _e('or try a search:','comicpress'); ?></p>
2009-12-23 18:46:34 +00:00
< p >< ? php the_widget ( 'WP_Widget_Search' ); ?> </p>
2009-11-13 16:00:25 +00:00
</ div >
2009-12-24 23:01:47 +00:00
< div class = " post-foot " ></ div >
2009-11-13 16:00:25 +00:00
</ div >
< ? php include ( get_template_directory () . '/layout-foot.php' ); ?>
< ? php get_footer () ?>