From 71d3ff295cc8e928303f6f9b25be97c54edc0da7 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Mon, 5 Dec 2016 19:42:13 +0000 Subject: [PATCH] Update error_template.php --- e107_core/templates/error_template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_core/templates/error_template.php b/e107_core/templates/error_template.php index da4fc6e55..2c035aa66 100644 --- a/e107_core/templates/error_template.php +++ b/e107_core/templates/error_template.php @@ -23,9 +23,9 @@ if (!defined('e107_INIT')) { exit; } $ERROR_TEMPLATE = array(); -$ERROR_TEMPLATE['404']['start'] = '
'; +$ERROR_TEMPLATE['404']['start'] = '
'; $ERROR_TEMPLATE['404']['body'] = ' -

'.LAN_ERROR_45.'

+

'.LAN_ERROR_45.'

'.LAN_ERROR_21.'
'.LAN_ERROR_9.'

@@ -35,9 +35,9 @@ $ERROR_TEMPLATE['404']['body'] = ' $ERROR_TEMPLATE['404']['end'] = '
'; -$ERROR_TEMPLATE['403']['start'] = '
'; +$ERROR_TEMPLATE['403']['start'] = '
'; $ERROR_TEMPLATE['403']['body'] = ' -

'.LAN_ERROR_4.'

+

'.LAN_ERROR_4.'

'.LAN_ERROR_5.'
'.LAN_ERROR_6.'

'.LAN_ERROR_2.'