Files
contao-leaflet-maps/src/Bundle/Resources/contao/templates/ce_leaflet_map.html5

14 lines
516 B
Plaintext
Raw Normal View History

2014-12-29 16:23:08 +01:00
<!-- indexer::stop -->
<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
<div id="<?php echo $this->mapId; ?>" style="<?php echo $this->mapStyle; ?>"></div>
2014-12-29 12:17:40 +01:00
2014-12-29 16:23:08 +01:00
</div>
<!-- indexer::continue -->
<?php $GLOBALS['TL_BODY'][] = '<script>' . $this->javascript . '</script>'; ?>
2014-12-29 12:17:40 +01:00