mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Create an accessible name for logo on logged in page
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
06f0da6d46
commit
2b39261b62
1 changed files with 5 additions and 1 deletions
|
|
@ -60,7 +60,11 @@ p($theme->getTitle());
|
|||
<div class="header-left">
|
||||
<a href="<?php print_unescaped($_['logoUrl'] ?: link_to('', 'index.php')); ?>"
|
||||
id="nextcloud">
|
||||
<div class="logo logo-icon"></div>
|
||||
<div class="logo logo-icon">
|
||||
<span class="hidden-visually">
|
||||
<?php p($l->t('%s homepage', [$theme->getName()])); ?>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<nav id="header-left__appmenu"></nav>
|
||||
|
|
|
|||
Loading…
Reference in a new issue