diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index d29d2fe8b8fc1c5013287f9f33c89c00eab6775a..ab23dfe38c457b1556ef45a7c718beeecc1e883d 100644 --- a/src/Service/UwNodeContent.php +++ b/src/Service/UwNodeContent.php @@ -137,6 +137,7 @@ class UwNodeContent { elseif ($view_mode == 'teaser') { $node_flags['get_footer'] = FALSE; $node_flags['get_listing_image'] = TRUE; + $node_flags['get_title'] = TRUE; } } else {