diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-23 14:15:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-23 14:15:36 +0200 |
commit | 7be0ce6ada8e24afbf45f4b51bda87d1d028b151 (patch) | |
tree | 04b346d5beac3928119b0da3e7e60c9592316d77 /apps/files_sharing/templates | |
parent | 71e1d919de274e30aa043dc6cae67d4e993b2f26 (diff) | |
download | nextcloud-server-7be0ce6ada8e24afbf45f4b51bda87d1d028b151.tar.gz nextcloud-server-7be0ce6ada8e24afbf45f4b51bda87d1d028b151.zip |
remove noise texture from interface (not necessary, and blurry on high-res)
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 9471752b6b5..234b6d09838 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -10,7 +10,7 @@ <input type="hidden" name="sharingToken" value="<?php p($_['sharingToken']) ?>" id="sharingToken"> <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="icon-noise <?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> +<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> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> |