From ca0e7ffc5d270cf46c83dc3c74427da183fe5b54 Mon Sep 17 00:00:00 2001 From: anonfagola Date: Wed, 24 Sep 2014 16:52:23 -0700 Subject: [PATCH] Update 404.php --- 404.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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" => ""));