diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-11 16:38:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-11 16:38:07 +0200 |
commit | aacca494c504d97be4ba0eb93289604b392d946f (patch) | |
tree | ee06a764dcfaaf057087654fa39e77d5e547995f /apps/files_sharing | |
parent | c5f2ea9a9511e78d724bb1c90748f894bb8b57af (diff) | |
download | nextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.tar.gz nextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.zip |
introduce shortname themable string and split from title, use for image alt text
Diffstat (limited to 'apps/files_sharing')
-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 e8bf80b8720..8875d5a8fbd 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -10,7 +10,7 @@ <input type="hidden" name="mimetype" value="<?php p($_['mimetype']) ?>" id="mimetype"> <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> + src="<?php print_unescaped(image_path('', 'logo-wide.svg')); ?>" alt="<?php p($defaults->getName()); ?>" /></a> <div id="logo-claim" style="display:none;"><?php p($defaults->getLogoClaim()); ?></div> <div class="header-right"> <?php if (isset($_['folder'])): ?> |