From: tony baldwin Date: Mon, 11 Feb 2013 17:30:24 +0000 (-0500) Subject: added Fabio to author, made station links open in a new tab/window X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1a2214eb9c30a52141e3eff0112e493bd425016;p=friendica-addons.git added Fabio to author, made station links open in a new tab/window --- diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index ea09c9b3..36d5fdd6 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 .= '
';