Fixes for image attachments
git-svn-id: https://svn.libreccm.org/ccm/trunk@5917 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
480e57816d
commit
ab0f831517
|
|
@ -43,11 +43,11 @@
|
|||
</#function>
|
||||
|
||||
<#function getImageCaption image>
|
||||
<#return image["./image/caption"]>
|
||||
<#return image["./caption"]>
|
||||
</#function>
|
||||
|
||||
<#function getImageSortKey image>
|
||||
<#return image["./image/sortKey"]>
|
||||
<#return image["./sortKey"]>
|
||||
</#function>
|
||||
|
||||
<#function getImageWidth image>
|
||||
|
|
|
|||
Loading…
Reference in New Issue