Update of /cvsroot/phpweather/web/include
In directory usw-pr-cvs1:/tmp/cvs-serv15620/include
Modified Files:
header.php
Log Message:
How many times am I going to make that same mistake?
Index: header.php
===================================================================
RCS file: /cvsroot/phpweather/web/include/header.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- header.php 27 Mar 2002 14:39:21 -0000 1.8
+++ header.php 27 Mar 2002 14:40:51 -0000 1.9
@@ -27,7 +27,7 @@
<!-- <link rel="shortcut icon" href="/favicon.ico"> -->
</head>
<body>
-<a href="phpweather.sourceforge.net"><img src="http://phpweather.sourceforge.net/phpweather-long-white.gif" border="0" align="left" alt="PHP Weather Home Page" /></a>
+<a href="http://phpweather.sourceforge.net"><img src="http://phpweather.sourceforge.net/phpweather-long-white.gif" border="0" align="left" alt="PHP Weather Home Page" /></a>
<?php /* Make the links. */
print_parents(substr($PHP_SELF, strlen(ROOT)));
print_siblings(substr($PHP_SELF, strlen(ROOT)));
|