iFrame GMaps
-photo-du-mois.php
This commit is contained in:
@@ -292,6 +292,15 @@ function data_for_lightbox($data) {
|
||||
$iso = $data['iso'];
|
||||
$exif = $model . " \u{30FB} " . $objectif . " \u{30FB} " . $speed . " \u{30FB} " . $aperture . " \u{30FB} " . $iso . "ISO";
|
||||
|
||||
$latitude = $data['lat'];
|
||||
$longitude = $data['long'];
|
||||
$altitude = $data['alt'];
|
||||
|
||||
$da = isset($exif['EXIF']['DateTimeOriginal']) ? $exif['EXIF']['DateTimeOriginal'] : '';
|
||||
|
||||
$gps = (!empty($longitude) && !empty($latitude)) ? $latitude . "," . $longitude : "";
|
||||
|
||||
//$gps = $longitude . "," . $latitude;
|
||||
|
||||
$title = $data['title'];
|
||||
$legende = $data['legende'];
|
||||
@@ -325,6 +334,7 @@ function data_for_lightbox($data) {
|
||||
$lightbox['big'] = $big;
|
||||
$lightbox['keywords'] = $keywords;
|
||||
$lightbox['creator'] = $creator;
|
||||
$lightbox['gps'] = $gps;
|
||||
|
||||
/*
|
||||
Array
|
||||
|
||||
Reference in New Issue
Block a user