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

ISTWCMS-4704: updating images to be used on node pages

parent 34748adc
No related branches found
No related tags found
1 merge request!112Feature/istwcms 4704 m26lebla ebremner content types
...@@ -126,11 +126,13 @@ class UWService implements UWServiceInterface { ...@@ -126,11 +126,13 @@ class UWService implements UWServiceInterface {
if ($view_mode == 'full') { if ($view_mode == 'full') {
$get_title = FALSE; $get_title = FALSE;
$get_image = TRUE;
} }
} }
else { else {
if ($content == 'header') { if ($content == 'header') {
$get_header = TRUE; $get_header = TRUE;
$get_image = TRUE;
} }
if ($content == 'footer') { if ($content == 'footer') {
......
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