summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-11-06 13:26:38 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-11-06 13:26:38 +0100
commit45c6ec85824adcc9b8ede93e2141c3da313254a4 (patch)
treea612b0039bc718d3b725b2aa70b095a4114ccbb6 /core/templates/layout.guest.php
parent764f51c9763ee416b5e80a007516931c88ae2a87 (diff)
downloadnextcloud-server-45c6ec85824adcc9b8ede93e2141c3da313254a4.tar.gz
nextcloud-server-45c6ec85824adcc9b8ede93e2141c3da313254a4.zip
introduce h1, use either ownCloud name or current app name
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 763af4dc1d2..34d7a210841 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -31,7 +31,9 @@
<?php if ($_['bodyid'] === 'body-login' ): ?>
<header>
<div id="header">
- <div class="logo svg"></div>
+ <div class="logo svg">
+ <h1><?php p($theme->getName()); ?></h1>
+ </div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
</div>
</header>