Hi Moebus
Try this code :
(<hr />
<?php
if (getImageEXIFData())
{
echo "<h2 >".gettext("Image Info")."</h2>";
printImageMetadata('', false, 'imagemetadata_inline');
}
else {
echo "<h2 >".gettext("Image Info")."</h2>";
printImageMetadata('', true, 'imagemetadata_inline');
}
?>
<?php printTags('links', gettext('[b]Tags:[/b]').' ', 'taglist', ''); ?>
</div>
<?php } ?>)
It worked well for me. You can see it at:
www.ef-productions.com
Hope that help