Merge pull request #1627 from owncloud/home-svg

svg replacement for breadcrumb home icon, fix #1620
This commit is contained in:
Jan-Christoph Borchardt 2013-02-11 08:02:14 -08:00
commit ca99ff31dc
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;?>