WU Graphs 1.8.0

I had the wrong settings for the $loadJQuery = true; and $incTabsStyle = true;
Everything looks great Now!! Great Script!! =D> =D> =D>

http://www.cavecountryweather.com/wxwugraphs.php

I had a few validation errors though, that are corrected. Maybe you have a better way :wink:
*wxwugraphs.php
Line 95 Added
Line 96 Added
Had to change this


    <tr><td style="vertical-align:bottom;"><div id="WUG-foot">
';
require_once('./wxwugraphs/WUG-ver.php');

echo 
'
    </div>
   </table>  
</div><!-- end main-copy -->

to this

  </div>
    </td>
</tr>

    

  
    
  </table> </div> 
<!-- end main-copy -->

*WUG-ver.php
Line 47 changed to