X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a73135aebee779e8f2f37e21361498455162cb6b..9fb413a126ad7472ff96a4b78d5693ca132f5d81:/website/details.php diff --git a/website/details.php b/website/details.php index 654cd7c7..ad753a82 100755 --- a/website/details.php +++ b/website/details.php @@ -159,4 +159,7 @@ logEnd($oDB, $hLog, 1); + $sTileURL = CONST_Map_Tile_URL; + $sTileAttribution = CONST_Map_Tile_Attribution; + include(CONST_BasePath.'/lib/template/details-'.$sOutputFormat.'.php');