Skip to content
Extraits de code Groupes Projets
Valider fbfc9fbc rédigé par erational@erational.org's avatar erational@erational.org
Parcourir les fichiers

mise à jour de la police socicon

suppression des espaces inutiles
compatibilité SPIP 3.2
passage en stable
parent 9a4348a0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,7 +19,7 @@ if (!defined("_ECRIRE_INC_VERSION")) {
function sociaux_insert_head_css($head) {
include_spip('inc/config');
if (lire_config('sociaux/css', 0)) {
$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('lib/socicon/styles.css') . '" />' . "\n";
$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('lib/socicon/style.css') . '" />' . "\n";
$head .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('css/sociaux.css') . '" />' . "\n";
}
......@@ -57,7 +57,7 @@ function sociaux_sociaux_lister($flux) {
* @return string
**/
function sociaux_header_prive($flux){
$css = find_in_path('lib/socicon/styles.css');
$css = find_in_path('lib/socicon/style.css');
$flux .= "\n<link rel='stylesheet' href='$css' type='text/css' media='all' />\n";
return $flux;
}
......
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