From 53a167d3debd806d2d18a58f6b900a3d3e3c355d Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 28 Jan 2003 20:58:32 +0000
Subject: [PATCH] "online help" et pas "aide en ligne"

---
 ecrire/aide_index.php3 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ecrire/aide_index.php3 b/ecrire/aide_index.php3
index 9a09f2f893..abaee9a452 100644
--- a/ecrire/aide_index.php3
+++ b/ecrire/aide_index.php3
@@ -1,7 +1,10 @@
 <?php
 
 include ("inc_version.php3");
-
+// Recuperer les infos de langue (preferences auteur), si possible
+if (file_exists("inc_connect.php3")) {
+    include_ecrire ("inc_auth.php3");
+}
 
 echo "<HTML>";
 echo "<HEAD>";
-- 
GitLab