X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=37a86adf4b3523f64e2f0ebd4c07dcea9b3b00b9;hb=5c0d2c01826cb3802aed682513b7f98454394867;hp=440d1bc81f877853e82594bb2636a02dca4f5120;hpb=c7f21c9eb494d8466447c1a199ec5621440d7ac8;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 440d1bc81f..37a86adf4b 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,7 +1,7 @@ "); - - // Footer has been reached - $footer = 1; - - // Output HTML code - OUTPUT_HTML(""); + $GLOBALS['__page_footer'] .= loadTemplate('page_footer', TRUE); +} // END - if - if (is_resource($link)) { - // Close link - SQL_CLOSE($link, __FILE__, __LINE__); - } else { - // No database link - ADD_FATAL(NO_DB_LINK); - } -} elseif ($CSS == "1") { - // Footer has been reached - $footer = 1; +// Footer has been reached +$GLOBALS['__footer_sent'] = 1; - // Output CSS content - OUTPUT_HTML(""); -} +// Shutdown +doShutdown(); -// +// [EOF] ?>