From b05655717e9e796d60222f391bbdffffad36122b Mon Sep 17 00:00:00 2001 From: gentledawn Date: Sat, 14 Oct 2023 14:52:53 +0700 Subject: [PATCH] Update theme.class.php Add missing Dribbble. --- bl-kernel/helpers/theme.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index badd8a9a..6140a440 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -15,7 +15,8 @@ class Theme { 'linkedin'=>'Linkedin', 'xing'=>'Xing', 'mastodon'=>'Mastodon', - 'vk'=>'VK' + 'vk'=>'VK', + 'dribbble'=>'Dribbble' ); foreach ($socialNetworks as $key=>$label) {