diff --git a/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl b/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl index cae7599af..6c7f13e19 100644 --- a/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl +++ b/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl @@ -86,6 +86,10 @@ <#return item["./nav:path"]> +<#function getItemLead item> + <#return item["./nav:attribute[@name='lead']"]> + + <#function hasImage item> <#return (item["./nav:attribute[@name='imageAttachments.image.id']"]?size > 0)>