X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=98bcec107f2831c914eb12ae83d34a2ca7c0b42f;hb=9d83303b8272d7ea91b0e661609e48894262a432;hp=6d4b63cdd2b18c47b4b7d9d6c4cb15cc64abec75;hpb=a53ef75a3f7b9a8fffdc4b4f453b78dfef2bcf3d;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 6d4b63cdd2..98bcec107f 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,7 +1,7 @@ "); - - // Footer has been reached - $footer = 1; - - // Output HTML code - OUTPUT_HTML(""); + // Load page footer + $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] ?>