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}' )); ?>