Hi Terry,
In all pages where the forecast icon is, locate this line
(near bottom of page):
<img src="images/meteo/<#forecastnumber>.png" style="padding: 45px 0px 2px 70px"...
Change only "src=" part, like this
<img src="images/forecast/forecast_<#isdaylight>_<#forecastnumber>.png" style="padding: 45px 0px 2px 70px"...
Regards,
Jacques