Skip to content
Snippets Groups Projects
Commit a0bba2c2 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5195: fixing title on teasers

parent cff67523
No related branches found
No related tags found
1 merge request!172Feature/istwcms 5128 ebremner theme node services
......@@ -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 {
......
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