Files
contao-leaflet-maps/module/templates/ce_leaflet_map.html5

13 lines
437 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 -->
2014-12-29 12:17:40 +01:00