Update of /cvsroot/phpweather/web
In directory usw-pr-cvs1:/tmp/cvs-serv31680
Modified Files:
index.php
Log Message:
This is just a temporary fix until we figure out a way to get data
into SourceForge.
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/web/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- index.php 18 Mar 2002 17:57:07 -0000 1.9
+++ index.php 23 Mar 2002 12:50:58 -0000 1.10
@@ -9,9 +9,12 @@
<p>This is the homepage of PHP Weather at <a
href="http://www.sourceforge.net/">SourceForge</a>. You should go <a href="http://sourceforge.net/project/showfiles.php?group_id=23245">here to download</a> files.</p>
- <p>PHP Weather helps you do this on your webpages:</p>
+<!-- PHP Weather doesn't do anything as long as we can't get data to
+it on SourceForge :-( So I've commented out the code below, so that
+the page can load more quickly.
+
+<p>PHP Weather helps you do this on your webpages:</p>
-<?php
$weather = new phpweather(array());
$text = new pw_text_en($weather, array('mark_begin' => '<font color="blue">',
'mark_end' => '</font>'));
@@ -126,6 +129,9 @@
}
}
+-->
+
+<?php
require_once('include/footer.php');
?>
|