diff options
Diffstat (limited to 'apps/files/templates/part.breadcrumb.php')
-rw-r--r-- | apps/files/templates/part.breadcrumb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.breadcrumb.php b/apps/files/templates/part.breadcrumb.php index 4cc2c4dce9e..f01cb8d212a 100644 --- a/apps/files/templates/part.breadcrumb.php +++ b/apps/files/templates/part.breadcrumb.php @@ -1,7 +1,7 @@ <?php if(count($_["breadcrumb"])):?> <div class="crumb"> <a href="<?php echo $_['baseURL']; ?>"> - <img src="<?php echo OCP\image_path('core','places/home.svg');?>" class="svg" /> + <img src="<?php echo OCP\image_path('core', 'places/home.svg');?>" class="svg" /> </a> </div> <?php endif;?> |