Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
6
templates/macros/breadcrumb.html.twig
Normal file
6
templates/macros/breadcrumb.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
{% macro breadcrumb(breadcrumbs) %}
|
||||
{% from '@theme/components/breadcrumb.html.twig' import breadcrumb %}
|
||||
<div class="btn-list">
|
||||
{{ breadcrumb(breadcrumbs, 'arrows') }}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user