From 273c36dd80f71f661e322582cadbd48f6e14634b Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Sun, 13 Feb 2005 22:33:40 +0000
Subject: [PATCH] =?UTF-8?q?Invisible=20puis=20schizophr=C3=A8ne,=20l'?=
 =?UTF-8?q?=C3=A9cureuil=20est=20de=20nouveau=20bien=20portant?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_presentation.php3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 3d780e72e8..e8e1c020e0 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -2965,9 +2965,9 @@ document.img_session.src='../spip_cookie.php3?change_session=oui'");
 function info_copyright() {
 	global $spip_version_affichee;
 
-	echo "<b>SPIP $spip_version_affichee</b> ",
-		_T('info_copyright', 
-			array('lien_gpl' => 
+	echo _T('info_copyright', 
+		   array('spip' => "<b>SPIP $spip_version_affichee</b> ",
+			      'lien_gpl' => 
 				"<a href='aide_index.php3?aide=licence&var_lang=".$GLOBALS['spip_lang']."' target='spip_aide' onClick=\"javascript:window.open(this.href, 'aide_spip', 'scrollbars=yes,resizable=yes,width=740,height=580'); return false;\">" . _T('info_copyright_gpl')."</a>"));
 
 }
-- 
GitLab