]> git.mxchange.org Git - core.git/commitdiff
Moved from 'city' project.
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Aug 2015 09:08:25 +0000 (11:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Aug 2015 09:08:25 +0000 (11:08 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php

index c04c025630bc256e95358cae4c1500ec014bf3b5..f7cd0c7f9600036158e1eac30cd373bcb531e598 100644 (file)
@@ -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]
 ?>