Missing config entry for page=home added #2
authorRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:16:45 +0000 (02:16 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:16:45 +0000 (02:16 +0000)
application/admin/config.php

index ce4abecd7c8c0cb2857b138457c0fcf5995ac25a..5a5a34a4e2ba8394c9d9c9bc74870853d1539a28 100644 (file)
@@ -250,5 +250,8 @@ $cfg->setConfigEntry('web_link_helper', 'WebLinkHelper');
 // CFG: WEB-CMD-HOME-RESOLVER-CLASS
 $cfg->setConfigEntry('web_cmd_home_resolver_class', 'WebCommandResolver');
 
+// CFG: HOME-MENU-CLASS
+$cfg->setConfigEntry('home_menu_class', 'ShipSimuHomeMenu');
+
 // [EOF]
 ?>