Prepare for backend usage.

This commit is contained in:
David Molineus
2015-01-28 16:41:21 +01:00
parent ff0d2d9ec6
commit 417e208d85
3 changed files with 13 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
<div id="<?php echo $mapId; ?>" style="<?php echo $style; ?>"></div>
<?php $GLOBALS['TL_BODY'][] = <<<HTML
<script>
L.contao.addMap('{$mapId}', function() {
{$javascript}
<?php echo $javascript; ?>
return { map: map, layers: layers, controls: controls, icons: icons };
}());</script>
HTML;