diff --git a/inc/notificationtargetexample.class.php b/inc/notificationtargetexample.class.php new file mode 100644 index 0000000..8055013 --- /dev/null +++ b/inc/notificationtargetexample.class.php @@ -0,0 +1,50 @@ + 'alert example'); + } + + function getDatasForTemplate($event) { + global $DB, $LANG, $CFG_GLPI; + + $tpldatas = array(); + return $tpldatas; + } +} +?> \ No newline at end of file