Skip to content
Extraits de code Groupes Projets
Valider 5296a2a5 rédigé par b_b's avatar b_b
Parcourir les fichiers

fix #3442 : pied de page, lien d'aide vers la licence en modale

parent 2753f6b9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -236,7 +236,7 @@ function info_copyright() { ...@@ -236,7 +236,7 @@ function info_copyright() {
return _T('info_copyright', return _T('info_copyright',
array('spip' => "<b>SPIP $version</b> ", array('spip' => "<b>SPIP $version</b> ",
'lien_gpl' => 'lien_gpl' =>
"<a href='". generer_url_ecrire("aide", "aide=licence&var_lang=$spip_lang") . "' onclick=\"window.open(this.href, 'spip_aide', 'scrollbars=yes,resizable=yes,width=740,height=580'); return false;\">" . _T('info_copyright_gpl')."</a>")) "<a href='". generer_url_ecrire("aide", "aide=licence&var_lang=$spip_lang") . "' class=\"aide popin\">" . _T('info_copyright_gpl')."</a>"))
. $secu; . $secu;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter