mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 12:03:44 +01:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
|
<div id="<?php echo $mapId; ?>"></div>
|
||
|
|
<script>
|
||
|
|
<?php include \Controller::getTemplate('leaflet_map_js'); ?>
|
||
|
|
</script>
|