Coquille sur le nom de réseaux sociaux

erreur sur le noms des réseaux sociaux et un oublie
This commit is contained in:
Renaud 2018-11-15 20:50:54 +01:00 committed by GitHub
parent eee165dea6
commit e7eadef2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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 = '';