Additional Freemarker functions for PublicPersonalProfile
git-svn-id: https://svn.libreccm.org/ccm/trunk@6045 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
389799b3b7
commit
249a270937
|
|
@ -25,6 +25,18 @@
|
||||||
<#return owner["./titlePost"]>
|
<#return owner["./titlePost"]>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
<#function getProfileOwnerPosition>
|
||||||
|
<#return data["./position"]>
|
||||||
|
</#function>
|
||||||
|
|
||||||
|
<#function getProfileOwnerInterests>
|
||||||
|
<#return data["./interests"]>
|
||||||
|
</#function>
|
||||||
|
|
||||||
|
<#function getProfileOwnerMisc>
|
||||||
|
<#return data["./misc"]>
|
||||||
|
</#function>
|
||||||
|
|
||||||
<#function getProfileOwnerContact owner>
|
<#function getProfileOwnerContact owner>
|
||||||
<#return owner["./contact"]>
|
<#return owner["./contact"]>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue