mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Add data-dir attribute to home breadcrumb
This commit is contained in:
parent
fc5bce1f76
commit
ec475cbcfa
@ -1,5 +1,5 @@
|
||||
<?php if(count($_["breadcrumb"])):?>
|
||||
<div class="crumb">
|
||||
<div class="crumb" data-dir=''>
|
||||
<a href="<?php print_unescaped($_['baseURL']); ?>">
|
||||
<img src="<?php print_unescaped(OCP\image_path('core', 'places/home.svg'));?>" class="svg" />
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user