summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-12 17:20:09 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-12 17:20:09 +0200
commit2141c41d0d76e0363324018d52272ebb82fa7b36 (patch)
treeb5eb897fe6b69e4d03bd3076946407cc3b9b83a8 /core/templates/layout.guest.php
parent2e1836c1da84395df132cc13e2d28095f855e960 (diff)
downloadnextcloud-server-2141c41d0d76e0363324018d52272ebb82fa7b36.tar.gz
nextcloud-server-2141c41d0d76e0363324018d52272ebb82fa7b36.zip
add logo-claim
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 03da7559b8c..2f3bf8752cd 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -35,6 +35,9 @@
<div id="login">
<header><div id="header">
<img src="<?php print_unescaped(image_path('', 'logo.svg')); ?>" class="svg" alt="ownCloud" />
+ <?php if (OC_Util::getEditionString() !== ''): ?>
+ <div id="logo-claim">Enterprise Edition</div>
+ <?php endif; ?>
</div></header>
<?php print_unescaped($_['content']); ?>
</div>