X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=058eb4f6ae43ab30cc504c3c7492e61fe41028e4;hb=215d0d0d066ee2924ec8fa4b8efe6bf93358ad6f;hp=69b37d9c7f3c8e2be93a65836171d469639a1a33;hpb=96fd2e894833814cc3fb12b0294146cf55941508;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 69b37d9c7f..058eb4f6ae 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 +shutdown(); -// +// [EOF] ?>