Update of /cvsroot/phpweather/phpweather/config
In directory sc8-pr-cvs1:/tmp/cvs-serv6876
Modified Files:
connectivity_test.php
Log Message:
Updated relative links to stylesheet and logo.
Index: connectivity_test.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/connectivity_test.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- connectivity_test.php 16 Jan 2003 12:50:32 -0000 1.1
+++ connectivity_test.php 16 Jan 2003 12:52:29 -0000 1.2
@@ -3,7 +3,7 @@
"DTD/xhtml1-transitional.dtd">
<html>
<head>
- <link rel="stylesheet" type="text/css" href="pw_style.css" />
+ <link rel="stylesheet" type="text/css" href="../pw_style.css" />
<title>Connectivity Test for PHP Weather</title>
</head>
<body>
@@ -20,7 +20,7 @@
?>
-<img src="icons/phpweather-long-white.gif" width="187" height="50"
+<img src="../icons/phpweather-long-white.gif" width="187" height="50"
alt="PHP Weather" align="right" />
<h1>Connectivity Test for PHP Weather</h1>
|