gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3100 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r3100 - GNUnet-docs/WWW
Date: Fri, 7 Jul 2006 10:04:39 -0700 (PDT)

Author: grothoff
Date: 2006-07-07 10:04:37 -0700 (Fri, 07 Jul 2006)
New Revision: 3100

Modified:
   GNUnet-docs/WWW/i18nhtml.inc.php
Log:
fx

Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php    2006-07-05 21:47:18 UTC (rev 3099)
+++ GNUnet-docs/WWW/i18nhtml.inc.php    2006-07-07 17:04:37 UTC (rev 3100)
@@ -576,7 +576,7 @@
   global $lang;
   global $i18nHTMLrecordMode;
   global $i18nHTMLhasTranslation, $i18nHTMLsqlPrefix;
-  global $i18nHTMLsrcLang;
+  global $i18nHTMLsrcLang;
 
   $i18nHTMLhasTranslation = 1; // assume translation until failure
 
@@ -777,7 +777,7 @@
 // at least 1 translated string.
 function generateLanguageBar() {
   global $connection, $i18nHTMLsqlPrefix;
-  global $i18nHTMLsrcLang;
+  global $i18nHTMLsrcLang;
 
   if ($connection) {
     echo "<center>[";
@@ -812,11 +812,11 @@
   global $xlang;
   global $editor;
   global $HTTP_SERVER_VARS;
-  global $i18nHTMLsrcLang;
+  global $i18nHTMLsrcLang;
 
   P();
   echo "Translation engine based on <a 
href=\"http://gnunet.org/i18nHTML/\";>i18nHTML</a> (C) 2003, 2004, 2005, 2006 <a 
href=\"http://grothoff.org/christian/\";>Christian Grothoff</a>.<br />\n";
-  if ( ($lang) && ($lang != $i18nHTMLsrcLang) ) {
+  if ( ($xlang) && ($xlang != $i18nHTMLsrcLang) ) {
     $protocol = "http";
     if ($HTTP_SERVER_VARS["HTTPS"] == "on") {
        $protocol = "https"; // switch to https





reply via email to

[Prev in Thread] Current Thread [Next in Thread]