Skip to content
Snippets Groups Projects
Unverified Commit a1f9425e authored by Christoph Wurst's avatar Christoph Wurst
Browse files

fix log and app name

parent bfa50a44
No related branches found
No related tags found
Loading
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment