Missing config entries added for menu sub-system
authorRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 22:21:18 +0000 (22:21 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 22:21:18 +0000 (22:21 +0000)
application/ship-simu/config.php

index 95ac33bf1ace3e07fead993f43f3728d46e78412..bdf71c882e5ef958b3ebcade98aaed0ccb848689 100644 (file)
@@ -406,6 +406,12 @@ $cfg->setConfigEntry('mail_template_class', 'MailTemplateEngine');
 // CFG: IMAGE-TEMPLATE-CLASS
 $cfg->setConfigEntry('image_template_class', 'ImageTemplateEngine');
 
+// CFG: MENU-TEMPLATE-CLASS
+$cfg->setConfigEntry('menu_template_class', 'MenuTemplateEngine');
+
+// CFG: MENU-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('menu_template_extension', '.xml');
+
 // CFG: ADMIN-EMAIL
 $cfg->setConfigEntry('admin_email', 'you@some-hoster.invalid');