diff options
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-user.default.php b/config-user.default.php index d7831cee9..ef2218bab 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -49,9 +49,11 @@ return array ( 'anon_access' => false, 'mark_when' => array ( 'article' => true, - 'site' => true, - 'scroll' => true, + 'max_n_unread' => false, 'reception' => false, + 'same_title_in_feed' => false, + 'scroll' => true, + 'site' => true, ), 'theme' => 'Origine', 'content_width' => 'thin', |
