Skip to content

Instantly share code, notes, and snippets.

View madebymats's full-sized avatar

Mats Neander madebymats

View GitHub Profile
echo "\n\n<div id='map'></div>"; //div to show in template map
$js = "<script type='text/javascript'>";
$js .= "RCDMap.options.zoom = 2;";
$js .= "RCDMap.init('map', 0, 0);";
foreach($page->children as $items) {