X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Ffooter.php;h=6d84c2d2a5baa23b745a9b65940906c2bd2d3d32;hb=e3934352dffa6eb9da59a137ae1a9414e5b4d80b;hp=69b37d9c7f3c8e2be93a65836171d469639a1a33;hpb=96fd2e894833814cc3fb12b0294146cf55941508;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 69b37d9c7f..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] ?>