From 477f59c43b85e960dda8a2bb955c7e454bc4799b Mon Sep 17 00:00:00 2001 From: sairuk Date: Sat, 8 Oct 2016 12:05:14 +1100 Subject: [PATCH] Add titles only option to unread listing --- app/models/config.php | 1 + app/templates/item.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/models/config.php b/app/models/config.php index 4048e95..87a13e9 100644 --- a/app/models/config.php +++ b/app/models/config.php @@ -142,6 +142,7 @@ function get_sorting_directions() function get_display_mode() { return array( + 'titles' => t('Titles'), 'summaries' => t('Summaries'), 'full' => t('Full contents') ); diff --git a/app/templates/item.php b/app/templates/item.php index c57639b..1534761 100644 --- a/app/templates/item.php +++ b/app/templates/item.php @@ -88,7 +88,9 @@
>
- +

>

+ +