]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/details.php
corrected layout of keywords on HTML details page
[nominatim.git] / website / details.php
index 654cd7c7ae88e9d95955214afdad7c5d485205c8..ad753a82a5bb93075deb5bf466287e3bb4bb6304 100755 (executable)
 
        logEnd($oDB, $hLog, 1);
 
+       $sTileURL = CONST_Map_Tile_URL;
+       $sTileAttribution = CONST_Map_Tile_Attribution;
+       
        include(CONST_BasePath.'/lib/template/details-'.$sOutputFormat.'.php');