]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/uberwach_functions.php
More filters created, TODOs.txt updated, config_mediadata fixed
[mailer.git] / inc / libs / uberwach_functions.php
index 8539e5c8b97dde51b42819a95d87bbe6ef9b5b26..8f2a8e789ad594c8c94ea68cf19261a21a53ea65 100644 (file)
@@ -39,7 +39,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Loads the snippet for the uberwach action
 function loadUberwachSnippet () {
@@ -47,5 +47,14 @@ function loadUberwachSnippet () {
        loadTemplate('uberwach_snippet');
 }
 
-//
+// Filter for displaying uberwach snippet
+function FILTER_DISPLAY_UBERWACH_SNIPPET () {
+       // Shall we include the uberwach snippet?
+       if ((!isGetRequestElementSet('frame')) && (isExtensionActive('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
+               // Then display it here
+               loadUberwachSnippet();
+       } // END - if
+}
+
+// [EOF]
 ?>