nuevos campos en plantillas

This commit is contained in:
humano 2017-11-06 19:54:48 -05:00
parent 249f9d1448
commit 54b1bb1220
1 changed files with 0 additions and 1 deletions

View File

@ -10903,7 +10903,6 @@ if (mysqli_num_rows($sql)!='0'){
$contenido = "
<img class='lazy img img-round img-responsive' style='width:100%' src ='http://staticmap.openstreetmap.de/staticmap.php?center=$lon,$lat&zoom=$zoom&size=250x100&maptype=mapnik&markers=$lon,$lat,red-pushpin' >
<a target='mapa' href='https://www.openstreetmap.org/?mlat=$lon&mlon=$lat#map=$zoom/$lon/$lat&layers=C'>Ver mapa</a>
"; }else{ $contenido ="<div class='alert alert-danger'>No se ha definido un token de mapbox</div>";}
}
}