From a6137fbb8f74c78ca55dc38ea6fed580099faf5c Mon Sep 17 00:00:00 2001 From: Edi Date: Fri, 19 Apr 2019 00:55:34 +0200 Subject: [PATCH] Update theme.class.php --- bl-kernel/helpers/theme.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index 464781e9..117d520f 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -7,11 +7,13 @@ class Theme { global $site; $socialNetworks = array( 'github'=>'Github', + 'gitlab'=>'GitLab', 'twitter'=>'Twitter', 'facebook'=>'Facebook', 'instagram'=>'Instagram', 'codepen'=>'Codepen', - 'linkedin'=>'Linkedin' + 'linkedin'=>'Linkedin', + 'mastodon'=>'Mastodon' ); foreach ($socialNetworks as $key=>$label) {