diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 23:33:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 23:33:20 +0200 |
commit | 0df04975b0f2a938b85c6443f76d44f4706c11c1 (patch) | |
tree | 8eba5fd1acc6b8e429b42eed26770e4234adbe9a /apps/files_sharing/templates | |
parent | 560c53087574d3697ed12c28a75aaa7cfe11c518 (diff) | |
download | nextcloud-server-0df04975b0f2a938b85c6443f76d44f4706c11c1.tar.gz nextcloud-server-0df04975b0f2a938b85c6443f76d44f4706c11c1.zip |
use same logo for mobile as for when logged in, fix #9360
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 88f56c12708..e1a227e670e 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -11,8 +11,10 @@ <input type="hidden" name="filename" value="<?php p($_['filename']) ?>" id="filename"> <input type="hidden" name="mimetype" value="<?php p($_['mimetype']) ?>" id="mimetype"> <header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> - <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="<?php p($theme->getName()); ?>" /></a> + <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" + title="" id="owncloud"> + <div class="logo-icon svg"></div> + </a> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> <div class="header-right"> <span id="details"> |