From 54620e03f3ff2389e2f1b08fa89e7e80105a90a2 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Fri, 4 Jun 2004 10:38:20 +0000 Subject: [PATCH] =?UTF-8?q?=C3=A0=20la=20r=C3=A9flexion=20mieux=20vaut=20r?= =?UTF-8?q?anger=20ce=20fichier=20dans=20IMG/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 +- spip_logo.jpg => IMG/logo_spip.jpg | Bin sommaire-dist.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename spip_logo.jpg => IMG/logo_spip.jpg (100%) diff --git a/.gitattributes b/.gitattributes index 4e6ea2ba41..a0334b88be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,6 +63,7 @@ IMG/icones_barre/notes.png -text IMG/icones_barre/oelig-maj.png -text IMG/icones_barre/oelig.png -text IMG/icones_barre/quote.png -text +IMG/logo_spip.jpg -text IMG/test.gif -text IMG/test.jpg -text IMG/test.png -text @@ -228,4 +229,3 @@ ecrire/puce.gif -text ecrire/puce_rtl.gif -text /puce.gif -text /puce_rtl.gif -text -/spip_logo.jpg -text diff --git a/spip_logo.jpg b/IMG/logo_spip.jpg similarity index 100% rename from spip_logo.jpg rename to IMG/logo_spip.jpg diff --git a/sommaire-dist.html b/sommaire-dist.html index 3b4b0e4ed0..37d3ac1a52 100644 --- a/sommaire-dist.html +++ b/sommaire-dist.html @@ -71,7 +71,7 @@ <!-- Logo SPIP --> -<a href="http://www.spip.net"><img src="spip_logo.jpg" width="105" height="92" border="0" alt="<:site_realise_avec_spip:>"></a> +<a href="http://www.spip.net"><img src="IMG/logo_spip.jpg" width="105" height="92" border="0" alt="<:site_realise_avec_spip:>"></a> <!-- Formulaire administrateur --> -- GitLab