forked from Snck3rs/contao-leaflet-maps
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