diff --git a/config/config.php b/config/config.php index ed65bfc..a25d12a 100644 --- a/config/config.php +++ b/config/config.php @@ -40,6 +40,7 @@ $GLOBALS['FE_MOD']['news']['newslist'] = 'ModuleNewsListTags'; $GLOBALS['FE_MOD']['news']['newsarchive'] = 'ModuleNewsArchiveTags'; $GLOBALS['FE_MOD']['news']['newsreader'] = 'ModuleNewsReaderTags'; +$GLOBALS['FE_MOD']['events']['calendar'] = 'ModuleCalendarTags'; $GLOBALS['FE_MOD']['events']['eventlist'] = 'ModuleEventlistTags'; $GLOBALS['FE_MOD']['events']['eventreader'] = 'ModuleEventReaderTags'; $GLOBALS['FE_MOD']['faq']['faqlist'] = 'ModuleFaqListTags';