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:
authorJulius Härtl <jus@bitgrid.net>2018-07-31 00:18:53 +0300
committerJulius Härtl <jus@bitgrid.net>2018-07-31 00:18:53 +0300
commita1ef9e7bfa760b34cea0975bd03e5da882646ff8 (patch)
tree381dc3dd457f860e168c4475b4912b15bba7079c /templates/wizard.php
parentfeccb79311e44b6c5af81ed2212a04c1a87fb795 (diff)
Add image as first slide
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 1af6e38b..602b2254 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -26,6 +26,7 @@
<div class="firstrunwizard-content">
<?php
+ print_unescaped($this->inc('page.intro'));
print_unescaped($this->inc('page.values'));
print_unescaped($this->inc('page.clients'));