Update of /cvsroot/phpweather/web/include
In directory usw-pr-cvs1:/tmp/cvs-serv10422/include
Modified Files:
header.php
Log Message:
This should help.
Index: header.php
===================================================================
RCS file: /cvsroot/phpweather/web/include/header.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- header.php 18 Mar 2002 16:51:37 -0000 1.1
+++ header.php 18 Mar 2002 17:06:44 -0000 1.2
@@ -6,7 +6,7 @@
define('ROOT', '');
}
-include('navigation.php');
+include('include/navigation.php');
?>
<html>
|