]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add data-dir attribute to home breadcrumb
authorMichael Gapczynski <mtgap@owncloud.com>
Mon, 20 May 2013 14:21:13 +0000 (10:21 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Fri, 24 May 2013 00:42:44 +0000 (20:42 -0400)
apps/files/templates/part.breadcrumb.php

index 7ea1755d1d7459c8ac8ce2d01c8013328e876671..9886b42e42463f5b34057ebb9677831bbdcceb50 100644 (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>