X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8b491e85448629c8921b4bb7399df319f73977be..443bfec0350085788ddcc6b5ca5a541e2321ec64:/website/details.php diff --git a/website/details.php b/website/details.php index ad753a82..c7a56755 100755 --- a/website/details.php +++ b/website/details.php @@ -1,7 +1,8 @@ getOne("select TO_CHAR(lastimportdate - '2 minutes'::interval,'YYYY/MM/DD HH24:MI')||' GMT' from import_status limit 1"); + $sTileURL = CONST_Map_Tile_URL; + $sTileAttribution = CONST_Map_Tile_Attribution; + } + include(CONST_BasePath.'/lib/template/details-'.$sOutputFormat.'.php');