From: Roland Haeder Date: Sun, 16 Aug 2015 09:08:25 +0000 (+0200) Subject: Moved from 'city' project. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9285c8b7c6e231a21fc2275c61c3aa682a3b6d6e;p=core.git Moved from 'city' project. Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index c04c0256..f7cd0c7f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -446,5 +446,11 @@ $cfg->setConfigEntry('default_image_command', 'build'); // CFG: DEFAULT-IMAGE-CONTROLLER $cfg->setConfigEntry('default_image_controller', 'build'); +// CFG: MENU-TEMPLATE-CLASS +$cfg->setConfigEntry('menu_template_class', 'MenuTemplateEngine'); + +// CFG: MENU-TEMPLATE-EXTENSION +$cfg->setConfigEntry('menu_template_extension', '.xml'); + // [EOF] ?>