Skip to content
Snippets Groups Projects
Commit ca99ff31 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #1627 from owncloud/home-svg

svg replacement for breadcrumb home icon, fix #1620
parents 130f1006 9c8f5de6
Branches
No related tags found
No related merge requests found
<?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;?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment