X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fuberwach_functions.php;h=8f2a8e789ad594c8c94ea68cf19261a21a53ea65;hb=5f8bacc93b431415dfa271788e7c2ef3a56ffc69;hp=8539e5c8b97dde51b42819a95d87bbe6ef9b5b26;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/libs/uberwach_functions.php b/inc/libs/uberwach_functions.php index 8539e5c8b9..8f2a8e789a 100644 --- a/inc/libs/uberwach_functions.php +++ b/inc/libs/uberwach_functions.php @@ -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] ?>