X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=47dbf47cfcc443bba228003421028fcdca24312f;hb=7065f8bbf8b530b09de76e5af61be37bd54ed7c4;hp=440d1bc81f877853e82594bb2636a02dca4f5120;hpb=c7f21c9eb494d8466447c1a199ec5621440d7ac8;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 440d1bc81f..47dbf47cfc 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -48,12 +48,12 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) { } // Shall we display the copyright notice? - if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (WRITE_FOOTER == true)) { + if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER'))) { LOAD_TEMPLATE("copyright"); } // Shall we display the parsing time and number of queries? - if ($CONFIG['show_timings'] == "Y") { + if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == 'Y')) { // Then display it here DISPLAY_PARSING_TIME_FOOTER(); }