Skip to content
Snippets Groups Projects
Commit 09b761b8 authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-5195: fixing title on teasers

parent e81c1757
No related branches found
No related tags found
1 merge request!169Feature/istwcms 5195 ebremner node theming
...@@ -137,6 +137,7 @@ class UwNodeContent { ...@@ -137,6 +137,7 @@ class UwNodeContent {
elseif ($view_mode == 'teaser') { elseif ($view_mode == 'teaser') {
$node_flags['get_footer'] = FALSE; $node_flags['get_footer'] = FALSE;
$node_flags['get_listing_image'] = TRUE; $node_flags['get_listing_image'] = TRUE;
$node_flags['get_title'] = TRUE;
} }
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment