Add data-dir attribute to home breadcrumb

This commit is contained in:
Michael Gapczynski 2013-05-20 10:21:13 -04:00
parent fc5bce1f76
commit ec475cbcfa
1 changed files with 1 additions and 1 deletions

View File

@ -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>