Files
contao-leaflet-maps/module/templates/ce_leaflet_map.html5
2014-12-29 12:17:40 +01:00

7 lines
128 B
Plaintext

<div id="<?php echo $this->mapId; ?>" style="width: 100%; height: 400px;"></div>
<script>
<?php echo $this->map; ?>
</script>