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