X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=6d84c2d2a5baa23b745a9b65940906c2bd2d3d32;hb=188495baa4eae4327a063f99989ea503598b2174;hp=c911ac5554168ef6dc078ceab51fe11e8f146037;hpb=f9cc6f432459393d1c3a220e5270705d341a350e;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index c911ac5554..6d84c2d2a5 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] ?>