X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6fef943e49ddd719524d1987e134d97fa89f2157..7a50d2f9964421e932313b15f5d7d3b05ded4c45:/website/details.php diff --git a/website/details.php b/website/details.php index 2891ecfc..b3c9591b 100755 --- a/website/details.php +++ b/website/details.php @@ -4,6 +4,7 @@ require_once(dirname(dirname(__FILE__)).'/settings/settings.php'); require_once(CONST_BasePath.'/lib/init-website.php'); require_once(CONST_BasePath.'/lib/log.php'); + require_once(CONST_BasePath.'/lib/output.php'); $sOutputFormat = 'html'; /* @@ -173,5 +174,4 @@ $sTileAttribution = CONST_Map_Tile_Attribution; } - include(CONST_BasePath.'/lib/template/details-'.$sOutputFormat.'.php');