Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit 412d8bd

Browse files
committed
There is no more enterprise and refix the footer
Revert of 2056db3 Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 2056db3 commit 412d8bd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

templates/public.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,7 @@
5656

5757
<div class="header-appname-container">
5858
<h1 class="header-appname">
59-
<?php
60-
if (\OCP\App::isEnabled('enterprise_key')) {
61-
print_unescaped($theme->getHTMLName());
62-
} else {
63-
p($theme->getName());
64-
}
65-
?>
59+
<?php print_unescaped($theme->getHTMLName()); ?>
6660
</h1>
6761
</div>
6862

@@ -154,6 +148,6 @@ class="icon-confirm svg" disabled></button>
154148
</div>
155149
</div>
156150
<footer>
157-
<p class="info"><?php p($theme->getLongFooter()); ?></p>
151+
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
158152
</footer>
159153
</div>

0 commit comments

Comments
 (0)