X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=7d6a2f81720e5f98529c9933ef412d8f8d2c986c;hp=91a7bf8d27ae131c083d96db01bfbf77b40e15f3;hb=eebb737fcb823c159d66732d37c336bc932c3246;hpb=4d64a8575593f7cc8f69aec74d14c29ba6e8ef6c diff --git a/inc/footer.php b/inc/footer.php index 91a7bf8d27..7d6a2f8172 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -72,7 +72,7 @@ if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') && } // END - if // Shall we include the uberwach snippet? - if ((EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) { + if ((!REQUEST_ISSET_GET('frame')) && (EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) { // Then display it here loadUberwachSnippet(); } // END - if