Now no longer in admin area
[mailer.git] / inc / footer.php
index 765c02eb094585f4c16c8a2abb6f90edca737428..91a7bf8d27ae131c083d96db01bfbf77b40e15f3 100644 (file)
@@ -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')) && ($GLOBALS['header_sent'] == '2')) {
+       if ((EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) {
                // Then display it here
                loadUberwachSnippet();
        } // END - if