forked from ZwiiCMS-Team/ZwiiCMS
[9.0.21] Title lien Youtube
This commit is contained in:
parent
a32124e1cf
commit
3279473db1
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user