diff --git a/config/breadcrumbs.php b/config/breadcrumbs.php index 764f93c676..dcfbba2987 100644 --- a/config/breadcrumbs.php +++ b/config/breadcrumbs.php @@ -18,7 +18,7 @@ return [ | */ - 'view' => 'breadcrumbs::bootstrap3', + 'view' => 'partials/breadcrumbs', /* |-------------------------------------------------------------------------- diff --git a/resources/views/partials/breadcrumbs.twig b/resources/views/partials/breadcrumbs.twig new file mode 100644 index 0000000000..8aa74ca38c --- /dev/null +++ b/resources/views/partials/breadcrumbs.twig @@ -0,0 +1,16 @@ + +{% if breadcrumbs|length > 0 %} + +
+{% endif %} + + +