X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=fd2eab7f3dd216f1fccbe8b94ec91c072ea06f23;hp=27dc9ab3493f7e9969f3162673e4b43f8f8124e7;hb=ab82613b0100336c0966a742c986874ec1692672;hpb=06d97fddd5c72e2b1c14ddb855b7eddc53f169a7 diff --git a/inc/functions.php b/inc/functions.php index 27dc9ab349..fd2eab7f3d 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3509,6 +3509,9 @@ function handleFatalErrors () { return false; } // END - if + // Set content type + setContentType('text/html'); + // Load config here loadIncludeOnce('inc/load_config.php'); @@ -3567,6 +3570,9 @@ function handleFatalErrors () { 'corr' => $CORR ); + // Load footer + loadIncludeOnce('inc/header.php'); + // Load main template loadTemplate('fatal_errors', false, $content);