-
+ 0F7E30B34B17F8E30BBD3DFEB58F737CA62425651BBB54B2933B5838B20A9CB0E7DB6ABF49F390F85C6038C42040E67DC421D0B19C7FF94F1F0C1F2CBCF968C3
mp-wp/wp-content/themes/default/404.php
(0 . 0)(1 . 18)
66220 <?php
66221 /**
66222 * @package WordPress
66223 * @subpackage Default_Theme
66224 */
66225
66226 get_header();
66227 ?>
66228
66229 <div id="content" class="narrowcolumn">
66230
66231 <h2 class="center">Error 404 - Not Found</h2>
66232
66233 </div>
66234
66235 <?php get_sidebar(); ?>
66236
66237 <?php get_footer(); ?>