CVS: phpweather defaults-dist.php,1.10,1.11
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-18 16:20:02
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv24830 Modified Files: defaults-dist.php Log Message: There has to be a way to specify the path of the icons relative to the document that uses pw_images to display them. Index: defaults-dist.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- defaults-dist.php 17 Mar 2002 14:06:11 -0000 1.10 +++ defaults-dist.php 18 Mar 2002 16:19:58 -0000 1.11 @@ -41,6 +41,8 @@ $this->properties['orientation'] = 'horizontal'; /* pw_text.php */ +$this->properties['icons_path'] = 'icons/'; /* pw_images.php */ + // hack around PHP bug - the offset to add to a time reported $this->properties['offset'] = 0; |