There's the copyright field for images in the admin panel, but I don't see a way to access it on the image pages so it displays. Can we have something like getImageCopyright() or getCopyright() accessible from theme/image.php?
Sorry for the late reply I was sleeping, yes using it like that works, thanks
Maybe it should be possible to call getImageCopyright() in future versions, since most of those functions are already accessible on the image page (getImageDesc, getImageLocation, etc.)
There is really no need--in fact probably the reverse should be done, all the bare "get" type functions should be deprecated and the object model used instead. That would reduce considerably the size of the template functions script at no loss of function.
Comments
Call to undefined function getCopyright() in image.php
Maybe it should be possible to call getImageCopyright() in future versions, since most of those functions are already accessible on the image page (getImageDesc, getImageLocation, etc.)