summaryrefslogtreecommitdiff
path: root/blog/themes/else-lightning/404.php
blob: 2b44e378a6a5d0a2bb3e41b4d0198f046d215506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php get_header(); ?>

<h2><?php _e('Not Found'); ?></h2>

<p><?php _e('Sorry, but the page you requested cannot be found.'); ?></p>

<?php include (TEMPLATEPATH . "/searchform.php"); ?>

<?php get_sidebar(); ?>

<?php get_footer(); ?>