summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-02 17:10:25 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-08-02 23:08:45 +0200
commit585e5c6ea5057f3de5d798405a3ed1add673e91b (patch)
treeb704bdd316534a47c7a6fe25e4e039ed30a647de /apps/files_sharing/templates
parentc40352c03071740f51544f0fcd7fc787c5c3f27b (diff)
downloadnextcloud-server-585e5c6ea5057f3de5d798405a3ed1add673e91b.tar.gz
nextcloud-server-585e5c6ea5057f3de5d798405a3ed1add673e91b.zip
Logo claim is not used anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 2514fa3f921..a593e596dfb 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -47,7 +47,6 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</span>
</div>
- <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
<div class="header-right">
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)) {
if ($_['server2serversharing']) {