From: tony baldwin Date: Mon, 11 Feb 2013 10:44:12 +0000 (-0500) Subject: added infor for user to find station location code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d63a2e6e1bff0b7f0f4dc7364a8bc9105cdfc27e;p=friendica-addons.git added infor for user to find station location code --- diff --git a/curtemp.tgz b/curtemp.tgz index 36f1230e..3281dbf7 100644 Binary files a/curtemp.tgz and b/curtemp.tgz differ diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index e69b71a3..d261509d 100644 --- a/curtemp/curtemp.php +++ b/curtemp/curtemp.php @@ -1,10 +1,9 @@ Find the location code for the station or airport nearest you at http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code * Version: 1.0 * Author: Tony Baldwin - * Author: Fabio Comuni * */ require_once('addon/curtemp/getweather.php'); @@ -83,6 +82,7 @@ function curtemp_plugin_settings(&$a,&$s) { $s .= '
'; $s .= '

' . t('Current Temp Settings') . '

'; $s .= '
'; + $s .= '

Find the location code for the airport/weather station nearest you here.

'; $s .= ''; $s .= ''; $s .= '
';