X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=c92c887891e04b93486205d74fd6c16158de30fc;hp=1fbee0b05f92c1b8f486d2a4f4f4be91018b93a2;hpb=de454a4f3cba4ac73cb9a0bc4dc02f81bdd4e53f;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 1fbee0b05f..f551ef47b7 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,90 +1,3 @@ 0) { - // Output fatal error messages - LOAD_INC_ONCE("inc/fatal_errors.php"); - } // END - if - - // Shall we display the copyright notice? - if ((!REQUEST_ISSET_GET(('frame'))) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER')) && ($GLOBALS['header_sent'] == "2")) { - // Backlink enabled? - if (isBooleanConstantAndTrue('ENABLE_BACKLINK')) { - // Copyright with backlink, thanks! :-) - LOAD_TEMPLATE("copyright_backlink"); - } else { - // No backlink in Copyright note - LOAD_TEMPLATE("copyright"); - } - } // END - if - - // Shall we display the parsing time and number of queries? - if ((GET_EXT_VERSION('sql_patches') >= '0.4.1') && (getConfig('show_timings') == 'Y') && (!REQUEST_ISSET_GET(('frame'))) && ($GLOBALS['header_sent'] == "2")) { - // Then display it here - DISPLAY_PARSING_TIME_FOOTER(); - } // END - if - - // Load page footer - LOAD_TEMPLATE("page_footer"); - - // And the last closing HTML tag - OUTPUT_HTML(""); -} // END - if - -// Footer has been reached -$GLOBALS['footer_sent'] = 1; - -// Output HTML code -OUTPUT_HTML(""); - -// Shutdown -shutdown(); - -// +// @DEPRECATED ?>