svg replacement for breadcrumb home icon, fix #1620

This commit is contained in:
Jan-Christoph Borchardt 2013-02-11 16:18:46 +01:00
parent eed48c8159
commit 9c8f5de6c6
1 changed files with 1 additions and 1 deletions

View File

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