Update theme.class.php

Add missing Dribbble.
This commit is contained in:
gentledawn 2023-10-14 14:52:53 +07:00 committed by GitHub
parent be292c15ff
commit b05655717e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@ class Theme {
'linkedin'=>'Linkedin', 'linkedin'=>'Linkedin',
'xing'=>'Xing', 'xing'=>'Xing',
'mastodon'=>'Mastodon', 'mastodon'=>'Mastodon',
'vk'=>'VK' 'vk'=>'VK',
'dribbble'=>'Dribbble'
); );
foreach ($socialNetworks as $key=>$label) { foreach ($socialNetworks as $key=>$label) {