mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
always show 'Deleted Files' breadcrumb
This commit is contained in:
parent
ae58a385b7
commit
8f5dfd0920
1 changed files with 4 additions and 4 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<img src="<?php print_unescaped(OCP\image_path('core', 'places/home.svg'));?>" class="svg" />
|
||||
</a>
|
||||
</div>
|
||||
<?php if(count($_["breadcrumb"])):?>
|
||||
<div class="crumb svg"
|
||||
data-dir='/'>
|
||||
<div class="crumb svg"
|
||||
data-dir='/'>
|
||||
<a href="<?php p($_['baseURL']); ?>"><?php p($l->t("Deleted Files")); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php if(count($_["breadcrumb"])):?>
|
||||
<?php endif;?>
|
||||
<?php for($i=0; $i<count($_["breadcrumb"]); $i++):
|
||||
$crumb = $_["breadcrumb"][$i];
|
||||
|
|
|
|||
Loading…
Reference in a new issue