CVS: phpweather-1.x images.inc,1.2,1.3
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-06-28 15:56:59
|
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. |