Implemented iframes for menu items and imprint

This commit is contained in:
2025-03-19 15:54:19 +01:00
parent 3db9872791
commit 242d1b9948
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
</li>
{% else %}
<li>
<a class="dropdown-item" href="{{ children.url }}" target="{{ children.target|default('_blank') }}" data-bs-toggle="tooltip" title="{{ children.description }}">
<a class="dropdown-item {% if children.iframe %}iframe-link{% endif %}" href="{{ children.url }}" target="{{ children.target|default('_blank') }}" data-bs-toggle="tooltip" title="{{ children.description }}">
{{ render_icon_and_name(children) }}
</a>
</li>