summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-11 12:49:52 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-11 12:49:52 +0100
commit40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d (patch)
treeeee9979426a70581954cb471e789d281553bafd0 /settings/templates
parent47341eb4bd3209f5c1f837fc5b864e2cbf3123bc (diff)
downloadnextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.tar.gz
nextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.zip
move CSS to correct location, move and format php
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index adc7b529ea1..6b3e8acbf02 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -21,18 +21,12 @@
<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
<img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
</a>
+ <?php if(OC_APP::isEnabled('firstrunwizard')) {?>
+ <center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center>
+ <?php }?>
</div>
-<?php
-if(OC_APP::isEnabled('firstrunwizard')) {
-?>
-
- <center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center>
-
-<?php
-}
-?>
<?php
if($_['passwordChangeSupported']) {