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 @@
>
- +

>

+ +