X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=4811010521816f357667b0b16c4aa7e0dacd2dee;hp=e1edeabfd94108f20850500c5b5e8a9991db8d5b;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hpb=8383fc52cd2340ea1756f9e1808fa3589e27c341 diff --git a/inc/footer.php b/inc/footer.php index e1edeabfd9..4811010521 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") && ((isBooleanConstantAndTrue('WRITE_FOOTER ')))) { + 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 ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == 'Y')) { + if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == "Y")) { // Then display it here DISPLAY_PARSING_TIME_FOOTER(); }