Blog login area fixed, missing classes added
[shipsimu.git] / application / blog / config.php
index 7d84d501510577d94729fb7146714e9f84759566..10b96ca8ff75b560617ab911a2fc25aa993bb629 100644 (file)
@@ -127,6 +127,9 @@ $cfg->setConfigEntry('login_default_action', "welcome");
 // CFG: NEWS-READER-CLASS
 $cfg->setConfigEntry('news_reader_class', "DefaultNewsReader");
 
+// CFG: NEWS-READER-LOGIN-AREA-CLASS
+$cfg->setConfigEntry('news_reader_login_area_class', "DefaultNewsReader");
+
 // CFG: NEWS-DOWNLOAD-FILTER
 $cfg->setConfigEntry('news_download_filter', "NewsDownloadFilter");