X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=69b37d9c7f3c8e2be93a65836171d469639a1a33;hp=390d4465948710920db2d5cf1aa9f13d403bc0fd;hb=0a7e0faba4feaf17432cbdcaf17eb7d2f3812a1e;hpb=638420816f5e23e7da231c46132be988b639c967 diff --git a/inc/footer.php b/inc/footer.php index 390d446594..69b37d9c7f 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)) && (empty($_GET['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") && (empty($_GET['frame']))) { // Then display it here DISPLAY_PARSING_TIME_FOOTER(); }