breadcrumb
This commit is contained in:
@@ -38,10 +38,12 @@
|
||||
{% endif %}
|
||||
{% for item in items %}
|
||||
<li{{ item.attributes }}>
|
||||
{% if item.prefix %}
|
||||
<label class="link-prefix">{{ item.prefix }}</label>
|
||||
{% endif %}
|
||||
{{ link(item.title, item.url) }}
|
||||
<div class="wrapper">
|
||||
{% if item.prefix %}
|
||||
<label class="link-prefix">{{ item.prefix }}</label>
|
||||
{% endif %}
|
||||
{{ link(item.title, item.url) }}
|
||||
</div>
|
||||
{% if item.below %}
|
||||
{{ menus.menu_links(item.below, attributes, menu_level + 1) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user