From e5b2ac8fa3749d7b2702b6ca0709964b7497383f Mon Sep 17 00:00:00 2001 From: "peetdu@gmail.com" <> Date: Tue, 22 Sep 2015 10:09:18 +0000 Subject: [PATCH] Ajout lien Blogger --- css/sociaux.css | 1 + formulaires/configurer_sociaux.html | 2 +- inclure/sociaux.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/sociaux.css b/css/sociaux.css index cc8be22..8701642 100644 --- a/css/sociaux.css +++ b/css/sociaux.css @@ -133,6 +133,7 @@ .sociaux .twitter .socicon {background:#4DA7DE;} .sociaux .instagram .socicon {background:#125688;} .sociaux .google-plus .socicon {background:#DD4B39;} +.sociaux .blogger .socicon {background:#ff9b38;} .sociaux .linkedin .socicon {background:#3371B7;} .sociaux .youtube .socicon {background:#E02A20;} .sociaux .pinterest .socicon {background:#C92619;} diff --git a/formulaires/configurer_sociaux.html b/formulaires/configurer_sociaux.html index 6cfbdaf..033703d 100644 --- a/formulaires/configurer_sociaux.html +++ b/formulaires/configurer_sociaux.html @@ -17,7 +17,7 @@ <!-- les reseaux --> <div style="margin-top:1em;margin-top:1px solid #eee;padding-top:1em;"><:sociaux:cfg_explication:></div> - #SET{rezo,#LISTE{facebook,twitter,instagram,google-plus,pinterest,linkedin,youtube}} + #SET{rezo,#LISTE{facebook,twitter,instagram,google-plus,blogger,pinterest,linkedin,youtube}} <BOUCLE_rezo(DATA){source tableau,#GET{rezo}}> <!-- #VALEUR --> diff --git a/inclure/sociaux.html b/inclure/sociaux.html index 5e23d99..8127d18 100644 --- a/inclure/sociaux.html +++ b/inclure/sociaux.html @@ -12,6 +12,7 @@ [(#CONFIG{sociaux/twitter}|oui)<li><a href="#CONFIG{sociaux/twitter}" class="twitter">[(#CONFIG{sociaux/css}|oui)<span class="socicon">a</span> ]<span class="name">Twitter</span></a></li>] [(#CONFIG{sociaux/instagram}|oui)<li><a href="#CONFIG{sociaux/instagram}" class="instagram">[(#CONFIG{sociaux/css}|oui)<span class="socicon">x</span> ]<span class="name">Instagram</span></a></li>] [(#CONFIG{sociaux/google-plus}|oui)<li><a href="#CONFIG{sociaux/google-plus}" class="google-plus">[(#CONFIG{sociaux/css}|oui)<span class="socicon">c</span> ]<span class="name">Google plus</span></a></li>] + [(#CONFIG{sociaux/blogger}|oui)<li><a href="#CONFIG{sociaux/blogger}" class="blogger">[(#CONFIG{sociaux/css}|oui)<span class="socicon">A</span> ]<span class="name">Blogger</span></a></li>] [(#CONFIG{sociaux/pinterest}|oui)<li><a href="#CONFIG{sociaux/pinterest}" class="pinterest">[(#CONFIG{sociaux/css}|oui)<span class="socicon">d</span>]<span class="name">Pinterest</span></a></li>] [(#CONFIG{sociaux/linkedin}|oui)<li><a href="#CONFIG{sociaux/linkedin}" class="linkedin">[(#CONFIG{sociaux/css}|oui)<span class="socicon">j</span> ]<span class="name">Linkedin</span></a></li>] [(#CONFIG{sociaux/youtube}|oui)<li><a href="#CONFIG{sociaux/youtube}" class="youtube">[(#CONFIG{sociaux/css}|oui)<span class="socicon">r</span> ]<span class="name">Youtube</span></a></li>] -- GitLab