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; ?>
|
|
|
|
|
|
2015-01-06 21:40:53 +01:00
|
|
|
<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 -->
|
2020-09-02 07:40:44 +02:00
|
|
|
<script><?= $this->javascript ?></script>
|
2014-12-29 12:17:40 +01:00
|
|
|
|