git-svn-id: https://svn.libreccm.org/ccm/trunk@6048 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-05-14 18:16:46 +00:00
parent 249a270937
commit 50ef33b45b
1 changed files with 3 additions and 3 deletions

View File

@ -25,15 +25,15 @@
<#return owner["./titlePost"]>
</#function>
<#function getProfileOwnerPosition>
<#function getProfilePosition>
<#return data["./position"]>
</#function>
<#function getProfileOwnerInterests>
<#function getProfileInterests>
<#return data["./interests"]>
</#function>
<#function getProfileOwnerMisc>
<#function getProfileMisc>
<#return data["./misc"]>
</#function>