summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 17:41:26 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 17:41:26 +0200
commit4878c734e2ea2e5f1574ed3d7e95f8ebf754fca3 (patch)
tree888186abac3d1ae9f9be6c9fccc9e6c0ecf65fba /settings/templates
parentea756a12b0dfdffe7b1bf9a69fb658ebf69db89a (diff)
downloadnextcloud-server-4878c734e2ea2e5f1574ed3d7e95f8ebf754fca3.tar.gz
nextcloud-server-4878c734e2ea2e5f1574ed3d7e95f8ebf754fca3.zip
add link to contribute and promote pages in personal settings
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 1d1500743ad..1ab4ba587c2 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -15,6 +15,18 @@
<a href="<?php p($_['clients']['ios']); ?>" target="_blank">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" />
</a>
+
+ <?php if (OC_Util::getEditionString() === ''): ?>
+ <p class="center">
+ <?php print_unescaped($l->t('If you want to support the project
+ <a href="https://owncloud.org/contribute"
+ target="_blank">join development</a>
+ or
+ <a href="https://owncloud.org/contribute/#promote"
+ target="_blank">spread the word</a>!'));?>
+ </p>
+ <?php endif; ?>
+
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
<p class="center"><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p>
<?php }?>