X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=a036830ee2aaeb15b850d1b87b53f3eadc97f12e;hb=d2c972ef5f68c2f69865aa4f392841d166a419ae;hp=bbb91a4a20985e87951730252917a959442c8416;hpb=c367b113a17ccaa0a42531ae4137be50b2a3a983;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index bbb91a4a20..a036830ee2 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] ?>