CVS: web/include header.php,1.4,1.5
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-18 17:56:01
|
Update of /cvsroot/phpweather/web/include In directory usw-pr-cvs1:/tmp/cvs-serv25146/include Modified Files: header.php Log Message: Hmm Index: header.php =================================================================== RCS file: /cvsroot/phpweather/web/include/header.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- header.php 18 Mar 2002 17:46:21 -0000 1.4 +++ header.php 18 Mar 2002 17:46:57 -0000 1.5 @@ -6,7 +6,7 @@ define('ROOT', ''); } -include(dirname(__FILE__) . '/include/navigation.php'); +include(dirname(__FILE__) . '/navigation.php'); ?> <html> |