diff options
| author | 2019-08-14 15:16:06 +0200 | |
|---|---|---|
| committer | 2019-08-14 15:16:06 +0200 | |
| commit | cb318740851672292227b7376434451684ae0360 (patch) | |
| tree | 0602ba84df7900bb0873f4358a4b91712e7ad2f8 /config-user.default.php | |
| parent | 49e1a2c579757994ae4ed5994339bd58a09238db (diff) | |
Added option to display authors under article titles (#2487)
This feature is particularly useful to display authors underneath scientific articles.
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 08f3af720..077ea70d9 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -67,6 +67,7 @@ return array ( ), 'topline_read' => true, 'topline_favorite' => true, + 'topline_display_authors' => false, 'topline_date' => true, 'topline_link' => true, 'bottomline_read' => true, |
