We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77e0b0 commit 74d4023Copy full SHA for 74d4023
1 file changed
core/templates/layout.public.php
@@ -39,11 +39,11 @@
39
<span id="nextcloud">
40
<div class="logo logo-icon svg"></div>
41
<h1 class="header-appname">
42
- <?php if (isset($template) && $template->getHeaderTitle() !== '') {
43
- p($template->getHeaderTitle());
44
- } else {
45
- p($theme->getName());
46
- } ?>
+ <?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
+ <?php p($template->getHeaderTitle()); ?>
+ <?php } else { ?>
+ <?php p($theme->getName()); ?>
+ <?php } ?>
47
</h1>
48
<?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
49
<div class="header-shared-by">
0 commit comments