]> git.mxchange.org Git - install.git/blobdiff - application/install/config.php
Missing menu class and config entries added
[install.git] / application / install / config.php
index 821ea48079be701c595cb660ba54cdc95a3c4a36..50d11bb4b376c33e6962c1182b1d0c18b8bd55e2 100644 (file)
@@ -46,5 +46,11 @@ $cfg->setConfigEntry('web_form_helper', 'WebFormHelper');
 // CFG: WEB-LINK-HELPER
 $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', 'InstallHomeMenu');
+
 // [EOF]
 ?>