@@ -1,66 +1,66 @@ |
||
1 | 1 | <div class="section"> |
2 | 2 | <p> |
3 | 3 | <?php print_unescaped(str_replace( |
4 | - [ |
|
5 | - '{communityopen}', |
|
6 | - '{githubopen}', |
|
7 | - '{licenseopen}', |
|
8 | - '{linkclose}', |
|
9 | - ], |
|
10 | - [ |
|
11 | - '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer noopener">', |
|
12 | - '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer noopener">', |
|
13 | - '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer noopener">', |
|
14 | - '</a>', |
|
15 | - ], |
|
16 | - $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.') |
|
17 | - )); ?> |
|
4 | + [ |
|
5 | + '{communityopen}', |
|
6 | + '{githubopen}', |
|
7 | + '{licenseopen}', |
|
8 | + '{linkclose}', |
|
9 | + ], |
|
10 | + [ |
|
11 | + '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer noopener">', |
|
12 | + '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer noopener">', |
|
13 | + '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer noopener">', |
|
14 | + '</a>', |
|
15 | + ], |
|
16 | + $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.') |
|
17 | + )); ?> |
|
18 | 18 | </p> |
19 | 19 | |
20 | 20 | <p class="social-button"> |
21 | 21 | <?php print_unescaped(str_replace( |
22 | - [ |
|
23 | - '{facebookimage}', |
|
24 | - '{twitterimage}', |
|
25 | - '{mastodonimage}', |
|
26 | - '{rssimage}', |
|
27 | - '{mailimage}', |
|
28 | - '{facebookopen}', |
|
29 | - '{twitteropen}', |
|
30 | - '{mastodonopen}', |
|
31 | - '{rssopen}', |
|
32 | - '{newsletteropen}', |
|
33 | - '{linkclose}', |
|
34 | - '{facebooktext}', |
|
35 | - '{twittertext}', |
|
36 | - '{mastodontext}', |
|
37 | - '{rsstext}', |
|
38 | - '{mailtext}', |
|
39 | - ], |
|
40 | - [ |
|
41 | - image_path('core', 'facebook.svg'), |
|
42 | - image_path('core', 'twitter.svg'), |
|
43 | - image_path('core', 'mastodon.svg'), |
|
44 | - image_path('core', 'rss.svg'), |
|
45 | - image_path('core', 'mail.svg'), |
|
46 | - '<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">', |
|
47 | - '<a target="_blank" rel="noreferrer noopener" href="https://twitter.com/nextclouders">', |
|
48 | - '<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">', |
|
49 | - '<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/news/">', |
|
50 | - '<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">', |
|
51 | - '</a>', |
|
52 | - $l->t('Like our Facebook page'), |
|
53 | - $l->t('Follow us on Twitter'), |
|
54 | - $l->t('Follow us on Mastodon'), |
|
55 | - $l->t('Check out our blog'), |
|
56 | - $l->t('Subscribe to our newsletter'), |
|
22 | + [ |
|
23 | + '{facebookimage}', |
|
24 | + '{twitterimage}', |
|
25 | + '{mastodonimage}', |
|
26 | + '{rssimage}', |
|
27 | + '{mailimage}', |
|
28 | + '{facebookopen}', |
|
29 | + '{twitteropen}', |
|
30 | + '{mastodonopen}', |
|
31 | + '{rssopen}', |
|
32 | + '{newsletteropen}', |
|
33 | + '{linkclose}', |
|
34 | + '{facebooktext}', |
|
35 | + '{twittertext}', |
|
36 | + '{mastodontext}', |
|
37 | + '{rsstext}', |
|
38 | + '{mailtext}', |
|
39 | + ], |
|
40 | + [ |
|
41 | + image_path('core', 'facebook.svg'), |
|
42 | + image_path('core', 'twitter.svg'), |
|
43 | + image_path('core', 'mastodon.svg'), |
|
44 | + image_path('core', 'rss.svg'), |
|
45 | + image_path('core', 'mail.svg'), |
|
46 | + '<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">', |
|
47 | + '<a target="_blank" rel="noreferrer noopener" href="https://twitter.com/nextclouders">', |
|
48 | + '<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">', |
|
49 | + '<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/news/">', |
|
50 | + '<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">', |
|
51 | + '</a>', |
|
52 | + $l->t('Like our Facebook page'), |
|
53 | + $l->t('Follow us on Twitter'), |
|
54 | + $l->t('Follow us on Mastodon'), |
|
55 | + $l->t('Check out our blog'), |
|
56 | + $l->t('Subscribe to our newsletter'), |
|
57 | 57 | |
58 | - ], |
|
58 | + ], |
|
59 | 59 | '{facebookopen}<img width="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose} |
60 | 60 | {twitteropen}<img width="50" src="{twitterimage}" title="{twittertext}" alt="{twittertext}">{linkclose} |
61 | 61 | {mastodonopen}<img width="50" src="{mastodonimage}" title="{mastodontext}" alt="{mastodontext}">{linkclose} |
62 | 62 | {rssopen}<img class="img-circle" width="50" src="{rssimage}" title="{rsstext}" alt="{rsstext}">{linkclose} |
63 | 63 | {newsletteropen}<img width="50" src="{mailimage}" title="{mailtext}" alt="{mailtext}">{linkclose}' |
64 | - )); ?> |
|
64 | + )); ?> |
|
65 | 65 | </p> |
66 | 66 | </div> |