|
@@ -261,24 +261,24 @@ $text=''; $options='height="60px"';
|
|
|
print '<table>';
|
|
|
print '<tr>';
|
|
|
print '<td>';
|
|
|
-print img_picto_common($text,'weather/weather-clear.png',$options);
|
|
|
+print img_weather($text,'weather-clear.png',$options);
|
|
|
print '</td><td>= '.$level0.'</td>';
|
|
|
print '<td> </td>';
|
|
|
print '<td>';
|
|
|
-print img_picto_common($text,'weather/weather-few-clouds.png',$options);
|
|
|
+print img_weather($text,'weather-few-clouds.png',$options);
|
|
|
print '</td><td><= '.$level1.'</td>';
|
|
|
print '<td> </td>';
|
|
|
print '<td>';
|
|
|
-print img_picto_common($text,'weather/weather-clouds.png',$options);
|
|
|
+print img_weather($text,'weather-clouds.png',$options);
|
|
|
print '</td><td><= '.$level2.'</td>';
|
|
|
print '</tr>';
|
|
|
|
|
|
print '<tr><td>';
|
|
|
-print img_picto_common($text,'weather/weather-many-clouds.png',$options);
|
|
|
+print img_weather($text,'weather-many-clouds.png',$options);
|
|
|
print '</td><td><= '.$level3.'</td>';
|
|
|
print '<td> </td>';
|
|
|
print '<td>';
|
|
|
-print img_picto_common($text,'weather/weather-storm.png',$options);
|
|
|
+print img_weather($text,'weather-storm.png',$options);
|
|
|
print '</td><td>> '.$level3.'</td>';
|
|
|
print '<td> </td>';
|
|
|
print '<td> </td>';
|