From 6de7850458f203a9b6236d2a6786a070924b895d Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Thu, 13 Sep 2018 21:31:49 +0200 Subject: [PATCH] add mastodon icon to settings/user fixes #6714 Signed-off-by: Jonas Sulzer --- core/img/mastodon.svg | 2 ++ .../templates/settings/personal/development.notice.php | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 core/img/mastodon.svg diff --git a/core/img/mastodon.svg b/core/img/mastodon.svg new file mode 100644 index 0000000000..02121eda03 --- /dev/null +++ b/core/img/mastodon.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/settings/templates/settings/personal/development.notice.php b/settings/templates/settings/personal/development.notice.php index 41f70c0a82..84a4023709 100644 --- a/settings/templates/settings/personal/development.notice.php +++ b/settings/templates/settings/personal/development.notice.php @@ -23,17 +23,20 @@ '{googleimage}', '{facebookimage}', '{twitterimage}', + '{mastodonimage}', '{rssimage}', '{mailimage}', '{googleopen}', '{facebookopen}', '{twitteropen}', + '{mastodonopen}', '{rssopen}', '{newsletteropen}', '{linkclose}', '{googletext}', '{facebooktext}', '{twittertext}', + '{mastodontext}', '{rsstext}', '{mailtext}', ], @@ -41,17 +44,20 @@ image_path('core', 'googleplus.svg'), image_path('core', 'facebook.svg'), image_path('core', 'twitter.svg'), + image_path('core', 'mastodon.svg'), image_path('core', 'rss.svg'), image_path('core', 'mail.svg'), '', '', '', + '', '', '', '', $l->t('Follow us on Google+'), $l->t('Like our Facebook page'), $l->t('Follow us on Twitter'), + $l->t('(Remote-)Follow us on Mastodon'), $l->t('Check out our blog'), $l->t('Subscribe to our newsletter'), @@ -59,6 +65,7 @@ '{googleopen}{googletext}{linkclose} {facebookopen}{facebooktext}{linkclose} {twitteropen}{twittertext}{linkclose} +{mastodonopen}{mastodontext}{linkclose} {rssopen}{rsstext}{linkclose} {newsletteropen}{mailtext}{linkclose}' )); ?>