X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Finstall%2Fconfig.php;h=8894ba20770db900aade89a32cee99d3acbb2e0c;hb=b37f8c308aa50eea08f437e13f085d01b58a088e;hp=821ea48079be701c595cb660ba54cdc95a3c4a36;hpb=eeb7c4319bcb98fe2a055ebfe7bf8ab90e790e84;p=install.git diff --git a/application/install/config.php b/application/install/config.php index 821ea48..8894ba2 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -46,5 +46,23 @@ $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'); + +// CFG: NEWS-READER-HOME-CLASS +$cfg->setConfigEntry('news_reader_home_class', 'DefaultNewsReader'); + +// CFG: NEWS-HOME-LIMIT +$cfg->setConfigEntry('news_home_limit', 10); + +// CFG: NEWS-DOWNLOAD-FILTER +$cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter'); + +// CFG: NEWS-PROCESS-FILTER +$cfg->setConfigEntry('news_process_filter', 'NewsProcessFilter'); + // [EOF] ?>