1. Import
This commit is contained in:
15
html/include/maps.googleapis.com_maps_api_js_places.php
Normal file
15
html/include/maps.googleapis.com_maps_api_js_places.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*=======================================================================
|
||||
*
|
||||
* phoenix.css
|
||||
*
|
||||
* Autor: Carsten Annacker, Marc Vollmann
|
||||
*
|
||||
=======================================================================*/
|
||||
|
||||
include_once ("../include/global.inc.php");
|
||||
|
||||
$file_contents = file_get_contents("https://maps.googleapis.com/maps/api/js?key=" . get_api_key() . "&libraries&libraries=places&language=de");
|
||||
|
||||
echo str_replace("Standort", "Adresse", $file_contents);
|
||||
?>
|
||||
Reference in New Issue
Block a user