CVS: phpweather index.php,1.17,1.18
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-17 14:53:00
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv7701 Modified Files: index.php Log Message: Correcting path to images output Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- index.php 17 Mar 2002 13:59:26 -0000 1.17 +++ index.php 17 Mar 2002 14:52:56 -0000 1.18 @@ -176,9 +176,9 @@ echo "<p>The matching icons are:</p>\n"; - include(PHPWEATHER_BASE_DIR . "/output/pw_icons.php"); + include(PHPWEATHER_BASE_DIR . "/output/pw_images.php"); - $icons = new pw_icons($obj, array()); + $icons = new pw_images($obj, array()); echo "<blockquote>\n"; echo '<img src="' . $icons->get_sky_image() . |