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.'