X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=058eb4f6ae43ab30cc504c3c7492e61fe41028e4;hb=215d0d0d066ee2924ec8fa4b8efe6bf93358ad6f;hp=90f323b5c3c2fb2fb8c3b58ffe63df33f6b9d680;hpb=3b85bd5030ad591b0c5cb038ca534a7b50e1b319;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 90f323b5c3..058eb4f6ae 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,7 +1,7 @@ "); + $GLOBALS['page_footer'] .= loadTemplate('page_footer', true); } // END - if // Footer has been reached -$footer = 1; +$GLOBALS['footer_sent'] = 1; -// Output HTML code -OUTPUT_HTML(""); +// Shutdown +shutdown(); -// +// [EOF] ?>