Skip to content
Snippets Groups Projects
Commit 79e6e579 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Merge pull request #1452 from owncloud/fix-breadcrumb

Remove undefined crumb variable from home breadcrumb
parents 9961235c 65bd7af8
Branches
No related tags found
No related merge requests found
<?php if(count($_["breadcrumb"])):?>
<div class="crumb">
<a href="<?php echo $_['baseURL'].urlencode($crumb['dir']); ?>">
<a href="<?php echo $_['baseURL']; ?>">
<img src="<?php echo OCP\image_path('core','places/home.svg');?>" />
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment