Author Topic: Saratoga USA template -- wxindex/index.php fix for missing IR Satellite image  (Read 994 times)

0 Members and 1 Guest are viewing this topic.

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9257
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
WeatherUnderground is doing some major changes to their website, and is no longer providing the IR Satellite image used in the right-hand image on the wxindex/index.php page.  You can substitute the Visible Satellite image by changing

Code: [Select]
    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_ir_anim.gif" alt="Regional Infrared Satellite" 
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />
to
Code: [Select]
    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_vi_anim.gif" alt="Regional Visible Satellite" 
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP