From: Roland Haeder Date: Tue, 25 Aug 2015 17:36:37 +0000 (+0200) Subject: Added config entry feature_fuse_class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=143fc22a792b600366df2bb6fc6363ed844ae555;p=core.git Added config entry feature_fuse_class Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index 4545f461..bc6f8e1a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -455,5 +455,8 @@ $cfg->setConfigEntry('menu_template_class', 'MenuTemplateEngine'); // CFG: MENU-TEMPLATE-EXTENSION $cfg->setConfigEntry('menu_template_extension', '.xml'); +// CFG: FEATURE-FUSE-CLASS +$cfg->setConfigEntry('feature_fuse_class', 'FuseFeature'); + // [EOF] ?>