[CHANGE] Load Framework CSS before theme CSS

So it's available when the theme CSS starts loading.
This commit is contained in:
Peter Pfeufer 2025-08-31 17:55:04 +02:00
parent 222547187e
commit efc0fcf11d
No known key found for this signature in database

View File

@ -18,10 +18,11 @@
<title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title> <title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title>
{% include 'bundles/auth-framework-css.html' %}
{% theme_css %} {% theme_css %}
{% include 'bundles/fontawesome.html' %} {% include 'bundles/fontawesome.html' %}
{% include 'bundles/auth-framework-css.html' %}
{% include 'bundles/jquery-js.html' %} {% include 'bundles/jquery-js.html' %}
{% include 'bundles/auth-framework-js.html' %} {% include 'bundles/auth-framework-js.html' %}