forked from Snck3rs/contao-leaflet-maps
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
<!-- 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>
|
|
|
|
</div>
|
|
<!-- indexer::continue -->
|
|
<?php $GLOBALS['TL_BODY'][] = '<script>' . $this->javascript .'</script>'; ?>
|