X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=381b1f982d931183948a40d5cd20e9bdfb05a83a;hp=4811010521816f357667b0b16c4aa7e0dacd2dee;hb=c72c89ffa5f7f5444d7fd47021db520b77738d9e;hpb=114d6b94e8c2aa1ec5c79465fb2011196ec6f70b diff --git a/inc/footer.php b/inc/footer.php index 4811010521..381b1f982d 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)) && (!isset($_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") && (!isset($_GET['frame']))) { // Then display it here DISPLAY_PARSING_TIME_FOOTER(); }