diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 665db313..71ad4515 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -8,21 +8,20 @@
<#-- Image --> - <#assign individualImage> - <@p.imageLinks individual=individual - propertyGroups=propertyGroups - namespaces=namespaces - editable=editable - showPlaceholder="always" - placeholder="${urls.images}/placeholders/person.thumbnail.jpg" /> - + <#assign individualImage> + <@p.imageLinks individual=individual + propertyGroups=propertyGroups + namespaces=namespaces + editable=editable + showPlaceholder="always" + placeholder="${urls.images}/placeholders/person.thumbnail.jpg" /> + - <#-- <#if ( individualImage?matches(' 0 )> --> - <#if ( individualImage?contains(' - <#assign infoClass = 'class="withThumb"'/> - + <#if ( individualImage?contains(' + <#assign infoClass = 'class="withThumb"'/> + -
${individualImage}
+
${individualImage}