Merge pull request #1627 from owncloud/home-svg
svg replacement for breadcrumb home icon, fix #1620
This commit is contained in:
commit
ca99ff31dc
|
@ -1,7 +1,7 @@
|
||||||
<?php if(count($_["breadcrumb"])):?>
|
<?php if(count($_["breadcrumb"])):?>
|
||||||
<div class="crumb">
|
<div class="crumb">
|
||||||
<a href="<?php echo $_['baseURL']; ?>">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
|
Loading…
Reference in New Issue