aboutsummaryrefslogtreecommitdiff
path: root/config-user.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config-user.default.php')
-rw-r--r--config-user.default.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php
index 40ab49570..5e67d8d9b 100644
--- a/config-user.default.php
+++ b/config-user.default.php
@@ -56,6 +56,10 @@ return array (
'user_filter' => 'u',
'help' => 'f1',
'close_dropdown' => 'escape',
+ 'normal_view' => '1',
+ 'global_view' => '2',
+ 'reading_view' => '3',
+ 'rss_view' => '4',
),
'topline_read' => true,
'topline_favorite' => true,
@@ -72,5 +76,6 @@ return array (
'queries' => array (
),
'html5_notif_timeout' => 0,
+ 'show_nav_buttons' => true,
'extensions_enabled' => array(),
);