X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=5714d5814873a1a329f43e1738bcefcb746a0e9a;hp=c32e5cdbde0ddffcf0f740394787a26d8744d89f;hpb=49ffe0a4fb551d0965e97db1ad4ff12f13f4b9ad;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index c32e5cdbde..f551ef47b7 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,83 +1,3 @@ 0) { - // Output fatal error messages - require_once(PATH."inc/fatal_errors.php"); - } // END - if - - // Shall we display the copyright notice? - if ((empty($frame)) && (empty($_GET['frame'])) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER')) && ($header == "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 ((getConfig('show_timings') == "Y") && (empty($_GET['frame'])) && ($header == "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 -$footer = 1; - -// Output HTML code -OUTPUT_HTML(""); - -// +// @DEPRECATED ?>