@@ -41,7 +41,7 @@ |
||
41 | 41 | <?php p($theme->getName()); ?> |
42 | 42 | </h1> |
43 | 43 | <?php if(\OC::$server->getConfig()->getSystemValue('installed', false) |
44 | - && \OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?> |
|
44 | + && \OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?> |
|
45 | 45 | <img src="<?php p($theme->getLogo()); ?>"/> |
46 | 46 | <?php endif; ?> |
47 | 47 | </div> |
@@ -18,29 +18,29 @@ |
||
18 | 18 | <?php print_unescaped($_['inline_ocjs']); ?> |
19 | 19 | </script> |
20 | 20 | <?php endif; ?> |
21 | - <?php foreach($_['cssfiles'] as $cssfile): ?> |
|
21 | + <?php foreach ($_['cssfiles'] as $cssfile): ?> |
|
22 | 22 | <link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>"> |
23 | 23 | <?php endforeach; ?> |
24 | - <?php foreach($_['printcssfiles'] as $cssfile): ?> |
|
24 | + <?php foreach ($_['printcssfiles'] as $cssfile): ?> |
|
25 | 25 | <link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" media="print"> |
26 | 26 | <?php endforeach; ?> |
27 | - <?php foreach($_['jsfiles'] as $jsfile): ?> |
|
27 | + <?php foreach ($_['jsfiles'] as $jsfile): ?> |
|
28 | 28 | <script nonce="<?php p(\OC::$server->getContentSecurityPolicyNonceManager()->getNonce()) ?>" src="<?php print_unescaped($jsfile); ?>"></script> |
29 | 29 | <?php endforeach; ?> |
30 | 30 | <?php print_unescaped($_['headers']); ?> |
31 | 31 | </head> |
32 | - <body id="<?php p($_['bodyid']);?>"> |
|
32 | + <body id="<?php p($_['bodyid']); ?>"> |
|
33 | 33 | <?php include('layout.noscript.warning.php'); ?> |
34 | 34 | <div class="wrapper"> |
35 | 35 | <div class="v-align"> |
36 | - <?php if ($_['bodyid'] === 'body-login' ): ?> |
|
36 | + <?php if ($_['bodyid'] === 'body-login'): ?> |
|
37 | 37 | <header role="banner"> |
38 | 38 | <div id="header"> |
39 | 39 | <div class="logo"> |
40 | 40 | <h1 class="hidden-visually"> |
41 | 41 | <?php p($theme->getName()); ?> |
42 | 42 | </h1> |
43 | - <?php if(\OC::$server->getConfig()->getSystemValue('installed', false) |
|
43 | + <?php if (\OC::$server->getConfig()->getSystemValue('installed', false) |
|
44 | 44 | && \OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?> |
45 | 45 | <img src="<?php p($theme->getLogo()); ?>"/> |
46 | 46 | <?php endif; ?> |