Update of /cvsroot/fink/web/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14271

Modified Files:
        nav.inc 
Log Message:
fall back to english navigation if no language is specified

Index: nav.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- nav.inc     7 Mar 2004 21:29:37 -0000       1.11
+++ nav.inc     7 Mar 2004 21:55:55 -0000       1.12
@@ -1 +1,6 @@
-<? include_once "nav." . phpLang_current . ".inc"; ?>
+<? 
+if (!defined('phpLang_current'))
+       include_once "nav.en.inc";
+else
+       include_once "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

Reply via email to