here the complete code in theme.php for reading the EXIF data:
[code] // read exif data
if ($CONFIG['read_exif_data']) {
$path_to_pic = $CONFIG['fullpath'] . $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];
$path_to_o...
[code] // read exif data
if ($CONFIG['read_exif_data']) {
$path_to_pic = $CONFIG['fullpath'] . $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];
$path_to_o...