Removed not needed template file

This commit is contained in:
Jan Böhmer 2022-10-09 20:32:34 +02:00
parent 38ff9bae4a
commit 74a563a75a

View file

@ -1,15 +0,0 @@
{% if list != null %}
<ul class="structural_link">
{% for element in list %}
<li {% if element.selected != null %}class="active"{% endif %}>
{% if element.href %}
<a href="{{ element.href }}">{if $element.label}{$element.label}{/if}</a>
{% else %}
{$element.label}
{% endif %}
</li>
{% endfor %}
</ul>
{% else %}
<div class="form-control-static">-</div>
{% endif %}