CVS: web/include header.php,1.2,1.3
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-serv23219/include Modified Files: header.php Log Message: Argh! Stupid includes... We'll have to fix this somehow... Index: header.php =================================================================== RCS file: /cvsroot/phpweather/web/include/header.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- header.php 18 Mar 2002 17:06:44 -0000 1.2 +++ header.php 18 Mar 2002 17:41:48 -0000 1.3 @@ -6,7 +6,7 @@ define('ROOT', ''); } -include('include/navigation.php'); +include($DOCUMENT_ROOT . ROOT . '/include/navigation.php'); ?> <html> |