Update of /cvsroot/phpweather/phpweather-1.x
In directory usw-pr-cvs1:/tmp/cvs-serv19159
Modified Files:
images.inc
Log Message:
The icons are moved from /icons to /pw_icons. This closes Bug 562984.
Index: images.inc
===================================================================
RCS file: /cvsroot/phpweather/phpweather-1.x/images.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- images.inc 19 Apr 2002 18:14:50 -0000 1.2
+++ images.inc 28 Jun 2002 15:56:56 -0000 1.3
@@ -18,7 +18,7 @@
// Specify the absolute path to the directory that contains the weather
// icon files.
-$abs_image_path = 'icons/';
+$abs_image_path = 'pw_icons/';
// An array to convert the weather group codes to an index of the
// $images and $n_images array.
|