X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=058eb4f6ae43ab30cc504c3c7492e61fe41028e4;hp=85ebb5be438e37a5517ba945f8ed461532595638;hb=ccf34a2a92d80d01debd84b4b6e1f294d8f90cce;hpb=121dafd40be4c4b3e41f37a943b86cf2cb48a224 diff --git a/inc/footer.php b/inc/footer.php index 85ebb5be43..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] ?>