From 9285c8b7c6e231a21fc2275c61c3aa682a3b6d6e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Aug 2015 11:08:25 +0200 Subject: [PATCH] Moved from 'city' project. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config.php | 6 ++++++ 1 file changed, 6 insertions(+) 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] ?> -- 2.39.2