diff --git a/icons/point-of-interest-3.png b/icons/point-of-interest-3.png new file mode 100644 index 0000000..0e9dffe Binary files /dev/null and b/icons/point-of-interest-3.png differ diff --git a/maps_osm.php b/maps_osm.php new file mode 100644 index 0000000..57a5cd0 --- /dev/null +++ b/maps_osm.php @@ -0,0 +1,157 @@ + + + + + + + + + <?php echo gettext("Maps"); ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + prepare($query4); + $stmt->execute(); + + $result = $stmt->fetchAll(PDO::FETCH_ASSOC); + $rowcount = count($result); + + $conn4 = null; + } + catch(PDOException $e) { + echo $e->getMessage(); + } + + //_pr($result); + ?> + +
+ +
+ + + + + + + + +

© 2013- sur-le-sentier.fr

+ + + + + + \ No newline at end of file