Date et lieu

'.$event["event_localisation"].'
'; $url = 'https://maps.googleapis.com/maps/api/geocode/json?address='.urlencode($event["event_localisation"]).'&key=AIzaSyB8Cd8NP8VOa0wIlvvYGEMZMzCKwROiHxU'; $obj = json_decode(file_get_contents($url), true); $lat = $obj["results"][0]["geometry"]["location"]["lat"]; $lng = $obj["results"][0]["geometry"]["location"]["lng"]; $urlFrame = 'http://www.openstreetmap.org/export/embed.html?bbox='.$lng.','.$lat.','.$lng.','.$lat.'&layer=mapnik&floor'; echo ''; if(isset($event["event_urlImage"]) || isset($event["event_description"])) echo '

Description

'; if(isset($event["event_urlImage"])) echo '
'; if(isset($event["event_description"])) echo '
'.$event["event_description"].'
'; if(isset($event["event_site"]) || isset($event["event_contact"])) echo '

Informations

'; if(isset($event["event_site"])) echo '
URL : '.$event["event_site"].'
'; if(isset($event["event_contact"])) echo '
Contact : '.$event["event_contact"].'
'; ?>