diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-28 10:06:57 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 10:48:13 +0200 |
commit | d97d00fe0f6c944e13447161c32f781bea41aae8 (patch) | |
tree | 493f83d69078b10db8e44688a5061e646ef21fbf /apps | |
parent | aead759f4750f2b453b6c1aa5a92dc94db59db3b (diff) | |
download | nextcloud-server-d97d00fe0f6c944e13447161c32f781bea41aae8.tar.gz nextcloud-server-d97d00fe0f6c944e13447161c32f781bea41aae8.zip |
add logo claim to defaults.php
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/templates/public.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 93601c350f6..cbd5ddf7a7d 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -9,9 +9,7 @@ <header><div id="header"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"><img class="svg" src="<?php print_unescaped(image_path('', 'logo-wide.svg')); ?>" alt="ownCloud" /></a> - <?php if (OC_Util::getEditionString() !== ''): ?> - <div id="logo-claim" style="display:none;">Enterprise Edition</div> - <?php endif; ?> + <div id="logo-claim" style="display:none;"><?php p(OC_Defaults::getLogoClaim()); ?></div> <div class="header-right"> <?php if (isset($_['folder'])): ?> <span id="details"><?php p($l->t('%s shared the folder %s with you', |