From 1cdb0fd21e0c5ac38a75712806ed10b08f0909cc Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 20 Apr 2011 11:11:47 -0500 Subject: Visual updates to the welcome_message view file and default error templates. Thanks to danijelb for the pull request. --- application/errors/error_404.php | 58 ++++++++++++++++++++++++++---------- application/errors/error_db.php | 58 ++++++++++++++++++++++++++---------- application/errors/error_general.php | 58 ++++++++++++++++++++++++++---------- 3 files changed, 129 insertions(+), 45 deletions(-) (limited to 'application/errors') diff --git a/application/errors/error_404.php b/application/errors/error_404.php index a304f4561..792726a67 100644 --- a/application/errors/error_404.php +++ b/application/errors/error_404.php @@ -1,32 +1,60 @@ - + + 404 Page Not Found -
+

diff --git a/application/errors/error_db.php b/application/errors/error_db.php index 181de960b..b396cda9f 100644 --- a/application/errors/error_db.php +++ b/application/errors/error_db.php @@ -1,32 +1,60 @@ - + + Database Error -
+

diff --git a/application/errors/error_general.php b/application/errors/error_general.php index 7734d34c7..fd63ce2c5 100644 --- a/application/errors/error_general.php +++ b/application/errors/error_general.php @@ -1,32 +1,60 @@ - + + Error -
+

-- cgit v1.2.3-24-g4f1b From 114ab0988e20ac6be39ad363ff897a1a3b85e565 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 17:26:45 +0200 Subject: Fixed double-space typo. --- application/errors/error_php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/errors') diff --git a/application/errors/error_php.php b/application/errors/error_php.php index f085c2037..5f0c07bfd 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -3,7 +3,7 @@

A PHP Error was encountered

Severity:

-

Message:

+

Message:

Filename:

Line Number:

-- cgit v1.2.3-24-g4f1b From 4b9c62980599228f070b401c7673dce8085b0c61 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Jul 2011 17:40:48 -0500 Subject: backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance --- application/errors/error_php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/errors') diff --git a/application/errors/error_php.php b/application/errors/error_php.php index 5f0c07bfd..f085c2037 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -3,7 +3,7 @@

A PHP Error was encountered

Severity:

-

Message:

+

Message:

Filename:

Line Number:

-- cgit v1.2.3-24-g4f1b