X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=58a447e4f57fa00fcc6ebefa6a38383c9415d46c;hb=100d6e44219585f66fead2eca33531fd7420d254;hp=47dbf47cfcc443bba228003421028fcdca24312f;hpb=a69cedede6cd798ca1d07d1d46a406467797b841;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 47dbf47cfc..58a447e4f5 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 +doShutdown(); -// +// [EOF] ?>