include the last time updates as title of the header of the widget

pull/281/head
Tobias Diekershoff 2015-07-12 08:33:49 +02:00
parent 1c720a6824
commit cf06804bc8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function curweather_network_mod_init(&$fk_app,&$b) {
$curweather = '<div id="curweather-network" class="widget">
<div class="title tool">
<h4>'.t("Current Weather").': '.$weather->city->name.'</h4></div>';
<h4 title="'.$weather->lastUpdate->format('r').'">'.t("Current Weather").': '.$weather->city->name.'</h4></div>';
$curweather .= "$description; $temp<br />";
$curweather .= t('Relative Humidity').": $rhumid<br />";