diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-27 19:53:49 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 10:48:02 +0200 |
commit | aead759f4750f2b453b6c1aa5a92dc94db59db3b (patch) | |
tree | 9b47ada1fe7b2116940aa48519175afe033b1a04 /apps/files_sharing | |
parent | f622f35a1aee9144fe3f00f2e722fb4b08e7d065 (diff) | |
download | nextcloud-server-aead759f4750f2b453b6c1aa5a92dc94db59db3b.tar.gz nextcloud-server-aead759f4750f2b453b6c1aa5a92dc94db59db3b.zip |
logo claim added
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/public.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index c9d56e7ff85..93601c350f6 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -9,6 +9,9 @@ <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 class="header-right"> <?php if (isset($_['folder'])): ?> <span id="details"><?php p($l->t('%s shared the folder %s with you', |