diff --git a/ccm-cms-publicpersonalprofile/web/themes/freemarker/ccm-cms-publicpersonalprofile.ftl b/ccm-cms-publicpersonalprofile/web/themes/freemarker/ccm-cms-publicpersonalprofile.ftl index 71e1c30bc..32e9c8357 100644 --- a/ccm-cms-publicpersonalprofile/web/themes/freemarker/ccm-cms-publicpersonalprofile.ftl +++ b/ccm-cms-publicpersonalprofile/web/themes/freemarker/ccm-cms-publicpersonalprofile.ftl @@ -25,6 +25,18 @@ <#return owner["./titlePost"]> +<#function getProfileOwnerPosition> + <#return data["./position"]> + + +<#function getProfileOwnerInterests> + <#return data["./interests"]> + + +<#function getProfileOwnerMisc> + <#return data["./misc"]> + + <#function getProfileOwnerContact owner> <#return owner["./contact"]>