don't add a extra 'Trash' breadcrumb since we have the home-symbol now
This commit is contained in:
parent
5a15221910
commit
7507b1ddd3
|
@ -67,7 +67,6 @@ foreach ($result as $r) {
|
|||
}
|
||||
|
||||
// Make breadcrumb
|
||||
$breadcrumb = array(array('dir' => '', 'name' => 'Trash'));
|
||||
$pathtohere = '';
|
||||
foreach (explode('/', $dir) as $i) {
|
||||
if ($i != '') {
|
||||
|
|
Loading…
Reference in New Issue