@@ -14,10 +14,13 @@ |
||
14 | 14 | ?> |
15 | 15 | <?php if (isset($_['content'])): ?> |
16 | 16 | <?php print_unescaped($_['content']) ?> |
17 | -<?php else: ?> |
|
17 | +<?php else { |
|
18 | + : ?> |
|
18 | 19 | <div class="body-login-container update"> |
19 | 20 | <div class="icon-big icon-search"></div> |
20 | - <h2><?php p($l->t('Page not found')); ?></h2> |
|
21 | + <h2><?php p($l->t('Page not found')); |
|
22 | +} |
|
23 | +?></h2> |
|
21 | 24 | <p class="infogroup"><?php p($l->t('The page could not be found on the server.')); ?></p> |
22 | 25 | <p><a class="button primary" href="<?php p(\OC::$server->getURLGenerator()->linkTo('', 'index.php')) ?>"> |
23 | 26 | <?php p($l->t('Back to %s', [$theme->getName()])); ?> |
@@ -53,11 +53,14 @@ |
||
53 | 53 | <div class="personal-settings-setting-box personal-settings-setting-box-detail"> |
54 | 54 | <div id="vue-details-section"></div> |
55 | 55 | </div> |
56 | - <?php else: ?> |
|
56 | + <?php else { |
|
57 | + : ?> |
|
57 | 58 | <div class="personal-settings-setting-box personal-settings-setting-box-detail--without-profile"> |
58 | 59 | <div id="vue-details-section"></div> |
59 | 60 | </div> |
60 | - <?php endif; ?> |
|
61 | + <?php endif; |
|
62 | +} |
|
63 | +?> |
|
61 | 64 | <div class="personal-settings-setting-box"> |
62 | 65 | <div id="vue-displayname-section"></div> |
63 | 66 | </div> |