Curweather Widget #281

Merged
tobiasd merged 28 commits from 20150711-curweather into master 2015-07-18 15:47:33 +02:00
Showing only changes of commit cf06804bc8 - Show all commits

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 />";