X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=cd68a84503c668e1be621bc16a988c3ad2266c24;hb=5ab0d021f3e96722af5d96d2b9036430200c06cb;hp=5e248a609b532bdbb83a79ea761e366808e12362;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 5e248a609b..cd68a84503 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 +doShutdown(); -// +// [EOF] ?>