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',
|
'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) {
|
||||||
|
|
Loading…
Reference in a new issue