From: Roland Häder Date: Sun, 30 Aug 2009 02:25:06 +0000 (+0000) Subject: Missing config entries for news added #3 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8fa00fa45ffd3113adfcd4e868604807a63dcec;p=install.git Missing config entries for news added #3 --- diff --git a/application/install/config.php b/application/install/config.php index f418d4b..8894ba2 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -55,6 +55,9 @@ $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');