From 249a270937d6c72010eee9cb77c328e61e70c7e6 Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 13 May 2019 18:04:53 +0000 Subject: [PATCH] Additional Freemarker functions for PublicPersonalProfile git-svn-id: https://svn.libreccm.org/ccm/trunk@6045 8810af33-2d31-482b-a856-94f89814c4df --- .../freemarker/ccm-cms-publicpersonalprofile.ftl | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"]>