X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=058eb4f6ae43ab30cc504c3c7492e61fe41028e4;hp=5e248a609b532bdbb83a79ea761e366808e12362;hb=724e353b74fd904f82d287c9fa53cdaf79ef3508;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c diff --git a/inc/footer.php b/inc/footer.php index 5e248a609b..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] ?>