svg replacement for breadcrumb home icon, fix #1620

remotes/origin/stable5
Jan-Christoph Borchardt 14 years ago
parent eed48c8159
commit 9c8f5de6c6
  1. 2
      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');?>" />
<img src="<?php echo OCP\image_path('core','places/home.svg');?>" class="svg" />
</a>
</div>
<?php endif;?>

Loading…
Cancel
Save