summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-22 00:04:47 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-22 00:04:47 +0200
commit78a04643545d692a8700706bd261f53151de2b0e (patch)
treea3fe992cfe40a1ee899e2cb963b48538410bdf98 /apps
parent4e93d9e3a23f169dfc28d0ca8311a2d15180a0ad (diff)
downloadnextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.tar.gz
nextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.zip
replace logo-wide on share page as well with better icon + text
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/templates/public.php18
1 files changed, 14 insertions, 4 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index fa349f29811..5a0119747f1 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -46,12 +46,22 @@ $thumbSize = 1024;
<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">
- <div class="logo-wide svg">
- <h1 class="hidden-visually">
- <?php p($theme->getName()); ?>
- </h1>
+ <div class="logo-icon svg">
</div>
</a>
+
+ <div class="header-appname-container">
+ <h1 class="header-appname">
+ <?php
+ if(OC_Util::getEditionString() === '') {
+ p($theme->getName());
+ } else {
+ print_unescaped($theme->getHTMLName());
+ }
+ ?>
+ </h1>
+ </div>
+
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
<div class="header-right">
<span id="details">