Hi fretzl,
thanks for your answer, but i am running into two problems with that code.
When I insert it with the div tags in codeblock1 I get a "403 forbidden" server error.
I changed the code to:
<?php
$album = AlbumBase::newAlbum("myalbum.alb");
if (is_object($album)) {
makeAlbumCurrent($album);
}
openStreetMap::printOpenStreetMap(NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, $album); ?>
which works fine with the zenpage theme.
But with the bootstrap theme (current 1.6 ready version", i see the images in the source code of the page, but no map displayed.
You can see it on my testpage:
https://testing.ralf-kerkhoff.de/
and go here:
https://testing.ralf-kerkhoff.de/seiten/karte/
You will see that switching to bootstrap makes the map disappear.
Cheers
Ralf