From e7eadef2b49d5322dfdc12901018d9750564e234 Mon Sep 17 00:00:00 2001 From: Renaud Date: Thu, 15 Nov 2018 20:50:54 +0100 Subject: [PATCH] =?UTF-8?q?Coquille=20sur=20le=20nom=20de=20r=C3=A9seaux?= =?UTF-8?q?=20sociaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit erreur sur le noms des réseaux sociaux et un oublie --- core/core.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 4c74e661..3fc48361 100644 --- a/core/core.php +++ b/core/core.php @@ -2148,14 +2148,15 @@ class layout extends common { break; case 'pinterestId': $socialUrl = 'https://pinterest.com/'; - $title = 'Twitter'; + $title = 'Pinterest'; break; case 'twitterId': $socialUrl = 'https://twitter.com/'; - $title = 'Youtube'; + $title = 'Twitter'; break; case 'youtubeId': $socialUrl = 'https://www.youtube.com/channel/'; + $title = 'Youtube'; break; default: $socialUrl = '';