Remove dead template

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-10-21 11:53:10 +02:00
parent 51c53569db
commit 9e15b46232
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
<header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>">
<div id="header-left">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
title="" id="nextcloud">
<div class="logo logo-icon"></div>
<h1 class="header-appname">
<?php p($theme->getName()); ?>
</h1>
</a>
</div>
<div id="header-right" class="header-right">
<a href="<?php p($_['webcalURL']); ?>" id="download" class="button">
<span class="icon icon-public"></span>
<span id="download-text"><?php p($l->t('Subscribe'))?></span>
</a>
&nbsp;
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
<span class="icon icon-download"></span>
<span id="download-text"><?php p($l->t('Download'))?></span>
</a>
</div>
</div>
</header>
<div id="content-wrapper">
<?php print_unescaped($this->inc('main')); ?>
</div>