]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Filters should be executed even when sql_patches is out-dated
[mailer.git] / inc / footer.php
index f35efd9cbf9970693f948871428aa2a7bed5db55..7d6a2f81720e5f98529c9933ef412d8f8d2c986c 100644 (file)
@@ -47,6 +47,7 @@ if (!defined('__SECURITY')) {
 // 1234      5                       54    45                              5    5                              543    3                              321
 if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') && ($GLOBALS['footer_sent'] != '2'))) && (getOutputMode() != '1'))) {
        // Output the generated HTML code or do nothing in direct-mode
+       // @TODO Rewrite these all into filters
        if (getTotalFatalErrors() > 0) {
                // Output fatal error messages
                loadIncludeOnce('inc/fatal_errors.php');
@@ -70,6 +71,12 @@ if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') &&
                displayParsingTime();
        } // END - if
 
+       // Shall we include the uberwach snippet?
+       if ((!REQUEST_ISSET_GET('frame')) && (EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) {
+               // Then display it here
+               loadUberwachSnippet();
+       } // END - if
+
        // Load page footer
        LOAD_TEMPLATE('page_footer');