gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r633 - GNUnet-docs/WWW/gnu.org


From: grothoff
Subject: [GNUnet-SVN] r633 - GNUnet-docs/WWW/gnu.org
Date: Thu, 7 Apr 2005 22:48:11 -0700 (PDT)

Author: grothoff
Date: 2005-04-07 22:48:08 -0700 (Thu, 07 Apr 2005)
New Revision: 633

Modified:
   GNUnet-docs/WWW/gnu.org/i18nhtml_config.inc
Log:
support edit off

Modified: GNUnet-docs/WWW/gnu.org/i18nhtml_config.inc
===================================================================
--- GNUnet-docs/WWW/gnu.org/i18nhtml_config.inc 2005-04-08 03:46:35 UTC (rev 
632)
+++ GNUnet-docs/WWW/gnu.org/i18nhtml_config.inc 2005-04-08 05:48:08 UTC (rev 
633)
@@ -29,7 +29,11 @@
 
 $i18nHTMLsqlDB = "translations"; // default is "translation"
 $i18nHTMLbase = "";  // base directory prepended to i18nHTML php pages used in 
links
-$i18nHTMLmarker = "*";  // default value if never changed
 
+if ($_REQUEST['edit'] == "off")
+  $i18nHTMLmarker = "";
+else
+ $i18nHTMLmarker = "*";  // default value if never changed
 
+
 ?>





reply via email to

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