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 .= '
';