From cf06804bc82cbf78198bfa0bfa1304391248417c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 12 Jul 2015 08:33:49 +0200 Subject: [PATCH] include the last time updates as title of the header of the widget --- curweather/curweather.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curweather/curweather.php b/curweather/curweather.php index 33b1df67..48457fe0 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -125,7 +125,7 @@ function curweather_network_mod_init(&$fk_app,&$b) { $curweather = '
-

'.t("Current Weather").': '.$weather->city->name.'

'; +

'.t("Current Weather").': '.$weather->city->name.'

'; $curweather .= "$description; $temp
"; $curweather .= t('Relative Humidity').": $rhumid
"; -- 2.39.2