diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
commit | f71077e871218abd105027d1eb6b9b4033fbe131 (patch) | |
tree | 8cb2a9e20e21c97c2742716a634e632d0764ca9f /widgets/weather/GetLatLangFromCity.php | |
parent | f997e3c12313a74339ffa81e7488217f2ec6c06d (diff) | |
download | skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.gz skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.bz2 |
update widgets files; add weather widget font size
Diffstat (limited to 'widgets/weather/GetLatLangFromCity.php')
-rw-r--r-- | widgets/weather/GetLatLangFromCity.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/weather/GetLatLangFromCity.php b/widgets/weather/GetLatLangFromCity.php index e05c1bc8..1ca7d1e3 100644 --- a/widgets/weather/GetLatLangFromCity.php +++ b/widgets/weather/GetLatLangFromCity.php @@ -18,8 +18,8 @@ if( !isset($data['results'][0]) ) { $latitude = $data['results'][0]['geometry']['location']['lat']; $longitude = $data['results'][0]['geometry']['location']['lng']; -echo "latitude: ".$latitude."\n"; -echo "longitude: ".$longitude."\n"; +echo "Latitude = ".$latitude."\n"; +echo "Longitude = ".$longitude."\n"; echo "put these values in update_weather.config\n"; ?> |