fix log and app name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
bfa50a4444
commit
a1f9425e65
|
@ -38,11 +38,10 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
|
|||
<div id="header-left">
|
||||
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
|
||||
title="" id="nextcloud">
|
||||
<div class="logo-icon svg">
|
||||
<h1 class="header-appname">
|
||||
<?php p($theme->getName()); ?>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="logo-icon svg"></div>
|
||||
<h1 class="header-appname">
|
||||
<?php p($theme->getName()); ?>
|
||||
</h1>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue