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() .
|