Image info link does not work

I have latest 1.2.5 zenphoto installed. Everything works perfectly except Image info link. Nothing opens. I haven't modified image.php page. EXIF info has not been removed from the images. Currently it looks like this:

<?php
if (getImageEXIFData()) {echo "<div id=\"exif_link\">".gettext("Image Info")."</div>";
printImageMetadata('', false); }
?>

Comments

Sign In or Register to comment.