mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 04:24:02 +01:00
Add html template.
This commit is contained in:
4
module/templates/leaflet_map_html.html5
Normal file
4
module/templates/leaflet_map_html.html5
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<div id="<?php echo $mapId; ?>"></div>
|
||||||
|
<script>
|
||||||
|
<?php include \Controller::getTemplate('leaflet_map_js'); ?>
|
||||||
|
</script>
|
||||||
Reference in New Issue
Block a user