From 3279473db18d5a91d08a2ca547c8cfb7a54d267d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 29 Apr 2019 18:27:52 +0200 Subject: [PATCH] [9.0.21] Title lien Youtube --- core/core.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/core.php b/core/core.php index 9cce9254..6988696b 100644 --- a/core/core.php +++ b/core/core.php @@ -2069,10 +2069,6 @@ class layout extends common { $socialUrl = 'https://www.facebook.com/'; $title = 'Facebook'; break; - case 'googleplusId': - $socialUrl = 'https://plus.google.com/'; - $title = 'Google +'; - break; case 'instagramId': $socialUrl = 'https://www.instagram.com/'; $title = 'Instagram'; @@ -2087,6 +2083,7 @@ class layout extends common { break; case 'youtubeId': $socialUrl = 'https://www.youtube.com/channel/'; + $title = 'YouTube'; break; default: $socialUrl = '';