update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@if ($breadcrumbs)
|
||||
@if (isset($breadcrumbs))
|
||||
<ol class="breadcrumb breadcrumb-custom">
|
||||
<li class="text"> {!! Lang::get('lang.you_are_here') !!} :</li>
|
||||
@foreach ($breadcrumbs as $breadcrumb)
|
||||
@foreach($breadcrumbs as $breadcrumb)
|
||||
@if (!$breadcrumb->last)
|
||||
<li><a href="{{ $breadcrumb->url }}">{{ $breadcrumb->title }}</a></li>
|
||||
@else
|
||||
|
Reference in New Issue
Block a user