|
|
|
@ -45,7 +45,11 @@ $previewSupported = OC\Preview::isMimeSupported($_['mimetype']) ? 'true' : 'fals |
|
|
|
<header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> |
|
|
|
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>" |
|
|
|
title="" id="owncloud"> |
|
|
|
<div class="logo-wide svg"></div> |
|
|
|
<div class="logo-wide svg"> |
|
|
|
<h1 class="hidden-visually"> |
|
|
|
<?php p($theme->getName()); ?>
|
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
|
|
|
|
<div class="header-right"> |
|
|
|
|