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

ISTWCMS-5404: coding standards

parent df7f4e0a
No related branches found
No related tags found
1 merge request!222ISTWCMS-5405: udpating contact to display correct image
......@@ -492,7 +492,7 @@ class UwNodeContent {
$use_portrait = TRUE;
}
// If it is a teaser use the listing image, if not use the portrait image.
else if ($view_mode == 'teaser') {
elseif ($view_mode == 'teaser') {
$use_portrait = FALSE;
}
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