We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e312e7 + 9470c7d commit 8f18301Copy full SHA for 8f18301
Resources/views/BreadCrumb/breadCrumb.html.twig
@@ -1,5 +1,5 @@
1
{% block breadcrumb %}
2
- {% if breadcrumbs.count %}
+ {% if breadcrumbs is defined and breadcrumbs.count %}
3
<ol class="breadcrumb" itemscope itemtype="https://schema.org/breadcrumb">
4
<li class="breadcrumb-item breadcrumb-item-back">
5
<a href="/" data-button-previous="back" class="breadcrumb-link-back">
0 commit comments