X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=7d6a2f81720e5f98529c9933ef412d8f8d2c986c;hb=df407c3a035aa8fb211d7191d7a0bb0c64197cc3;hp=91a7bf8d27ae131c083d96db01bfbf77b40e15f3;hpb=de5ae633b5cafff852eb6d58505d609c87c5a803;p=mailer.git 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