Update theme.class.php
Add missing Dribbble.
This commit is contained in:
parent
be292c15ff
commit
b05655717e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class Theme {
|
|||
'linkedin'=>'Linkedin',
|
||||
'xing'=>'Xing',
|
||||
'mastodon'=>'Mastodon',
|
||||
'vk'=>'VK'
|
||||
'vk'=>'VK',
|
||||
'dribbble'=>'Dribbble'
|
||||
);
|
||||
|
||||
foreach ($socialNetworks as $key=>$label) {
|
||||
|
|
Loading…
Reference in a new issue