From f1a2214eb9c30a52141e3eff0112e493bd425016 Mon Sep 17 00:00:00 2001 From: tony baldwin Date: Mon, 11 Feb 2013 12:30:24 -0500 Subject: [PATCH] added Fabio to author, made station links open in a new tab/window --- curtemp/curtemp.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index ea09c9b39..36d5fdd61 100644 --- a/curtemp/curtemp.php +++ b/curtemp/curtemp.php @@ -1,9 +1,10 @@ Find the location code for the station or airport nearest you at http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code + * Description: Shows current temperature for user's location on their network page.
Find the location code for the station or airport nearest you here. * Version: 1.0 - * Author: Tony Baldwin + * Author: Tony Baldwin + * Author: Fabio Comuni * */ require_once('addon/curtemp/getweather.php'); @@ -82,7 +83,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 .= '

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

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