diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-11-06 13:26:38 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-11-06 13:26:38 +0100 |
commit | 45c6ec85824adcc9b8ede93e2141c3da313254a4 (patch) | |
tree | a612b0039bc718d3b725b2aa70b095a4114ccbb6 /core/templates/layout.guest.php | |
parent | 764f51c9763ee416b5e80a007516931c88ae2a87 (diff) | |
download | nextcloud-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.php | 4 |
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> |