Update of /cvsroot/phpweather/phpweather
In directory sc8-pr-cvs1:/tmp/cvs-serv19449
Modified Files:
defaults-dist.php
Log Message:
Rudy Boedts wanted the direction of the arrows changed, so this is now
configurable through the reverse_dir option.
Index: defaults-dist.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- defaults-dist.php 22 Sep 2002 09:51:54 -0000 1.15
+++ defaults-dist.php 21 Jan 2003 22:27:28 -0000 1.16
@@ -47,6 +47,7 @@
$this->properties['orientation'] = 'horizontal'; /* pw_text.php */
$this->properties['icons_path'] = 'icons/'; /* pw_images.php */
+$this->properties['reverse_dir'] = false;
$this->properties['offset'] = 0; /* phpweather.php */
|