From fc32f16a23c403b45581556f017920df61c445b2 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sat, 12 Feb 2005 22:28:42 +0000 Subject: [PATCH] =?UTF-8?q?l'=C3=A9cureuil=20invisible,=20je=20ne=20suis?= =?UTF-8?q?=20pas=20fana?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc_presentation.php3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 8742050b3d..3d780e72e8 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -2964,11 +2964,12 @@ document.img_session.src='../spip_cookie.php3?change_session=oui'"); function info_copyright() { global $spip_version_affichee; - $spip = "<b>SPIP $spip_version_affichee</b>"; - $lien = "<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>"; - echo _T('info_copyright', array('spip' => $spip, 'lien_gpl' => $lien)); + echo "<b>SPIP $spip_version_affichee</b> ", + _T('info_copyright', + array('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>")); + } function fin_page($credits='') { -- GitLab