Remove undefined crumb variable from home breadcrumb

This commit is contained in:
Michael Gapczynski 2013-02-04 20:40:16 -05:00
parent 98f37f4bed
commit 65bd7af8df
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>