Add map width and height to the content element.

This commit is contained in:
David Molineus
2015-01-06 21:40:53 +01:00
parent adc8de55ae
commit 98078df0eb
4 changed files with 38 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
<div id="<?php echo $this->mapId; ?>" style="width: 100%; height: 400px;"></div>
<div id="<?php echo $this->mapId; ?>" style="<?php echo $this->mapStyle; ?>"></div>
<?php if ($this->map): ?>
<script>
<?php echo $this->map; ?>