Skip to content
Snippets Groups Projects
Unverified Commit 74d40233 authored by Gary Kim's avatar Gary Kim
Browse files

Comply with php-cs


Signed-off-by: default avatarGary Kim <gary@garykim.dev>
parent e77e0b0e
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,11 @@
<span id="nextcloud">
<div class="logo logo-icon svg"></div>
<h1 class="header-appname">
<?php if (isset($template) && $template->getHeaderTitle() !== '') {
p($template->getHeaderTitle());
} else {
p($theme->getName());
} ?>
<?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
<?php p($template->getHeaderTitle()); ?>
<?php } else { ?>
<?php p($theme->getName()); ?>
<?php } ?>
</h1>
<?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
<div class="header-shared-by">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment