Update of /cvsroot/phpweather/web
In directory usw-pr-cvs1:/tmp/cvs-serv7464
Modified Files:
index.php
Log Message:
Minor updates
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/web/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- index.php 26 Mar 2002 22:00:21 -0000 1.15
+++ index.php 26 Mar 2002 22:05:13 -0000 1.16
@@ -20,7 +20,7 @@
'mark_end' => '</font>'));
$images = new pw_images($weather, array('icons_path' => 'phpweather/icons/'));
-echo '<p>Current weather in ' . $weather->get_location() . ': <br />' .
+echo '<p>Current weather for ' . $weather->get_location() . ': <br />' .
'<img src="' . $images->get_sky_image() .
'" height="50" width="80" border="1" alt="Current weather"> ' .
'<img src="' . $images->get_winddir_image() .
@@ -133,8 +133,8 @@
-->
-Due to limitations of the SourceForge server, we can not load the most up-to-date information for all stations here. To see
-PHPWeather working properly, you can go <a href="http://www.warwick.ac.uk/~msufi/phpweather" target="new">here</a>.
+<p>Due to limitations of the SourceForge server, we can not load the most up-to-date information for all stations here. To see
+PHPWeather working properly, you can go <a href="http://www.warwick.ac.uk/~msufi/phpweather" target="new">here</a>.</p>
<?
require_once('include/footer.php');
|