From 09b761b8701859ed48ed1b7187ac27f2cc8f9d83 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Fri, 12 Nov 2021 23:20:32 +0000 Subject: [PATCH] ISTWCMS-5195: fixing title on teasers --- src/Service/UwNodeContent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index d29d2fe8..ab23dfe3 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 { -- GitLab