|
|
|
|
@ -33,20 +33,17 @@ |
|
|
|
|
<?php print_unescaped(str_replace( |
|
|
|
|
[ |
|
|
|
|
'{facebookimage}', |
|
|
|
|
'{ximage}', |
|
|
|
|
'{blueskyimage}', |
|
|
|
|
'{mastodonimage}', |
|
|
|
|
'{rssimage}', |
|
|
|
|
'{mailimage}', |
|
|
|
|
'{facebookopen}', |
|
|
|
|
'{xopen}', |
|
|
|
|
'{blueskyopen}', |
|
|
|
|
'{mastodonopen}', |
|
|
|
|
'{rssopen}', |
|
|
|
|
'{newsletteropen}', |
|
|
|
|
'{linkclose}', |
|
|
|
|
'{facebooktext}', |
|
|
|
|
'{xtext}', |
|
|
|
|
'{blueskytext}', |
|
|
|
|
'{mastodontext}', |
|
|
|
|
'{rsstext}', |
|
|
|
|
@ -54,20 +51,17 @@ |
|
|
|
|
], |
|
|
|
|
[ |
|
|
|
|
image_path('core', 'facebook-light.svg'), |
|
|
|
|
image_path('core', 'x-dark.svg'), |
|
|
|
|
image_path('core', 'bluesky-light.svg'), |
|
|
|
|
image_path('core', 'mastodon-light.svg'), |
|
|
|
|
image_path('core', 'rss.svg'), |
|
|
|
|
image_path('core', 'mail.svg'), |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">', |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://x.com/nextclouders">', |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://bsky.app/profile/nextcloud.bsky.social">', |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">', |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/blog/">', |
|
|
|
|
'<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">', |
|
|
|
|
'</a>', |
|
|
|
|
$l->t('Like our Facebook page'), |
|
|
|
|
$l->t('Follow us on X'), |
|
|
|
|
$l->t('Follow us on Bluesky'), |
|
|
|
|
$l->t('Follow us on Mastodon'), |
|
|
|
|
$l->t('Check out our blog'), |
|
|
|
|
@ -75,7 +69,6 @@ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
'{facebookopen}<img width="50" height="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose} |
|
|
|
|
{xopen}<img width="50" height="50" src="{ximage}" style="filter: var(--background-invert-if-dark);" title="{xtext}" alt="{xtext}">{linkclose} |
|
|
|
|
{blueskyopen}<img width="50" height="50" src="{blueskyimage}" title="{blueskytext}" alt="{blueskytext}">{linkclose} |
|
|
|
|
{mastodonopen}<img width="50" height="50" src="{mastodonimage}" title="{mastodontext}" alt="{mastodontext}">{linkclose} |
|
|
|
|
{rssopen}<img width="50" height="50" src="{rssimage}" title="{rsstext}" alt="{rsstext}">{linkclose} |
|
|
|
|
|