diff --git a/404.php b/404.php index 2b32338e..a9705911 100644 --- a/404.php +++ b/404.php @@ -8,13 +8,11 @@ $errorimages = array("http://www.submitawebsite.com/blog/wp-content/uploads/2010 $errorimage = $errorimages[array_rand($errorimages)]; $page = << -
-

404 Not Found

- - -
- +
+

404 Not Found

+ + +
EOT; echo Element("page.html", array("config" => $config, "body" => $page, "title" => ""));