forked from friendica/friendica-addons
include the last time updates as title of the header of the widget
This commit is contained in:
parent
1c720a6824
commit
cf06804bc8
|
@ -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 />";
|
||||
|
|
Loading…
Reference in a new issue