Merge pull request #1452 from owncloud/fix-breadcrumb

Remove undefined crumb variable from home breadcrumb
This commit is contained in:
Michael Gapczynski 2013-02-05 06:56:15 -08:00
commit 79e6e579e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?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>