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:
authorLukas Reschke <lukas@statuscode.ch>2016-07-28 12:22:01 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-28 12:22:01 +0300
commit0a589b7142a23200a0c0d04c8bb2548a0f4f405f (patch)
treea5a6d566280ff6be90adf6435be07a1956850184 /templates/wizard.php
parent90dad76ae6558b0c5034889daa66308469ea82a8 (diff)
Remove useless if
Only used for ownCloud enterprise edition
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index d3b725ae..5ff5b25c 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -11,11 +11,7 @@
</p>
</div>
<h1><?php p($l->t('A safe home for all your data')); ?></h1>
-<?php if ($_['edition'] === ''): ?>
<p><?php p($l->t('Access & share your files, calendars, contacts, mail & more from any device, on your terms'));?></p>
-<?php else: ?>
-<p><?php p($theme->getSlogan()); ?></p>
-<?php endif; ?>
</div>