ZenphotoCMS Forum
hide Image Info - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: hide Image Info (/thread-11990.html)



hide Image Info - shimonna - 2015-01-27

Hi
Is there any option to hide Image Info ?

Thanks




hide Image Info - fretzl - 2015-01-27

Looks like you're using the [i]basic[/i] theme.
Locate the file image.php which is in your [i]themes/basic/[/i] folder and remove these lines:
`
if (getImageMetaData()) {
printImageMetadata(NULL, 'colorbox');
?>




hide Image Info - shimonna - 2015-01-28

Great.
I think it should be an option in the OPTIONS tab
Thanks again