Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-07-28 16:32:47 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-28 16:35:40 +0300
commit93cff4ba47aaacc8c33feded6a12e9dad7f84b12 (patch)
tree41f93b4950a2855f121232d4919a6129fcb71c32 /templates/wizard.php
parent0a589b7142a23200a0c0d04c8bb2548a0f4f405f (diff)
get slogan, project url and documentation url from the theme
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 5ff5b25c..86b926c8 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -10,10 +10,9 @@
<?php p($theme->getName()); ?>
</p>
</div>
-<h1><?php p($l->t('A safe home for all your data')); ?></h1>
-<p><?php p($l->t('Access & share your files, calendars, contacts, mail & more from any device, on your terms'));?></p>
-</div>
+<h1><?php p($_['slogan']); ?></h1>
+<p><?php p($l->t('Access & share your files, calendars, contacts, mail & more from any device, on your terms'));?></p>
<div class="firstrunwizard-content">
@@ -56,7 +55,7 @@
</a>
<p class="footnote">
-<?php print_unescaped($l->t('There’s more information in the <a target="_blank" href="%s">documentation</a> and on our <a target="_blank" href="https://nextcloud.com">website</a>.', array(link_to_docs('user_manual')))); ?><br>
+<?php print_unescaped($l->t('There’s more information in the <a target="_blank" href="%s">documentation</a> and on our <a target="_blank" href="%s">website</a>.', array($_['documentation'], $_['url']))); ?><br>
<?php print_unescaped($l->t('If you like Nextcloud,
<a href="mailto:?subject=Nextcloud
&body=Nextcloud is a great open software to sync and share your files.