diff --git a/application/core/CI3_Events.php b/application/core/CI3_Events.php index 37f6c3f21..e283230c9 100644 --- a/application/core/CI3_Events.php +++ b/application/core/CI3_Events.php @@ -49,6 +49,9 @@ require_once(APPPATH.'config/Events.php'); $active_addons_array = explode(";", ACTIVE_ADDONS); +// Load Events from FHC core +require_once APPPATH.'core/Events.php'; + foreach (scandir(APPPATH.'config/extensions') as $dir) if ($dir[0] != '.' && file_exists(APPPATH.'config/extensions/'.$dir.'/Events.php')) require_once APPPATH.'config/extensions/'.$dir.'/Events.php'; diff --git a/application/core/Events.php b/application/core/Events.php new file mode 100644 index 000000000..cc61cd509 --- /dev/null +++ b/application/core/Events.php @@ -0,0 +1,15 @@ + APP_ROOT.'public/js/components/Cis/Stundenplan/EventTypes/calendarEvent.js', + 'modalTitle' => APP_ROOT.'public/js/components/Cis/Mylv/modalTitle.js', + 'modalContent' => APP_ROOT.'public/js/components/Cis/Mylv/modalContent.js' + ); +}); + +