Missing config entries for news added #3
authorRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:25:06 +0000 (02:25 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 30 Aug 2009 02:25:06 +0000 (02:25 +0000)
application/install/config.php

index f418d4b0f420a94b52dfd6c0429cebc4f8ae5666..8894ba20770db900aade89a32cee99d3acbb2e0c 100644 (file)
@@ -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');