Update of /cvsroot/fink/web/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4550
Modified Files:
header.inc nav.inc
Log Message:
potential fix for the nav.inc glitch
Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/header.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- header.inc 30 Jun 2001 11:11:49 -0000 1.1
+++ header.inc 7 Mar 2004 23:46:42 -0000 1.2
@@ -1,8 +1,8 @@
<?
/* $Id$ */
-include "nav.inc";
-
$fsroot = $root = "../";
+
+include $fsroot."doc/nav.inc";
include $fsroot."header.inc";
?>
Index: nav.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- nav.inc 7 Mar 2004 21:55:55 -0000 1.12
+++ nav.inc 7 Mar 2004 23:46:42 -0000 1.13
@@ -1,6 +1,6 @@
<?
if (!defined('phpLang_current'))
- include_once "nav.en.inc";
+ include_once $fsroot."doc/nav.en.inc";
else
- include_once "nav." . phpLang_current . ".inc";
+ include_once $fsroot."doc/nav." . phpLang_current . ".inc";
?>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits