X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=72f500281c32ca384f1d1ecb01f50ab859eee467;hb=2eb01731e9a7a21c1b44ca5881a1444a801f5e5a;hp=bbb91a4a20985e87951730252917a959442c8416;hpb=a05706f3f5f5e6ae26c2114d2fd3ede01d5fe093;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index bbb91a4a20..72f500281c 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,7 +1,7 @@ "); - - // Footer has been reached - $footer = 1; - - // Output HTML code - OUTPUT_HTML(""); + loadTemplate('page_footer'); +} // 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] ?>