diff options
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-user.default.php b/config-user.default.php index 6282fc61b..224567907 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -36,10 +36,10 @@ return array ( 'auto_load_more' => true, 'display_posts' => false, 'display_categories' => 'active', //{ active, remember, all, none } - 'show_tags' => '0', + 'show_tags' => 'f', // {0 => none, b => both, f => footer, h => header} 'show_tags_max' => 7, - 'show_author_date' => 'h', - 'show_feed_name' => 'a', + 'show_author_date' => 'h', // {0 => none, b => both, f => footer, h => header} + 'show_feed_name' => 'a', // {0 => none, a => with authors, t => above title} 'hide_read_feeds' => true, 'onread_jump_next' => true, 'lazyload' => true, |
