diff options
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-user.default.php b/config-user.default.php index c517740da..1f4e1ec82 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -31,7 +31,7 @@ return array ( 'show_fav_unread' => false, 'auto_load_more' => true, 'display_posts' => false, - 'display_categories' => false, + 'display_categories' => 'active', //{ active, all, none } 'hide_read_feeds' => true, 'onread_jump_next' => true, 'lazyload' => true, |
