X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffooter.php;h=e1edeabfd94108f20850500c5b5e8a9991db8d5b;hb=4c1b82f6fa4d79dcbe9e747bceb675759206b4a8;hp=5f520f237280bc56150aaad15897d797366736b1;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 5f520f2372..e1edeabfd9 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 ((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(); }