diff --git a/web/themes/custom/geofresco/src/templates/layout/page.html.twig b/web/themes/custom/geofresco/src/templates/layout/page.html.twig index 2d651c2..b19334d 100644 --- a/web/themes/custom/geofresco/src/templates/layout/page.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/page.html.twig @@ -59,6 +59,16 @@ {{ page.highlighted }} {{ page.help }} +{% block tabs %} +{# Drupal tabs #} +{% if page.header_tabs %} + +{% endif %} +{% endblock tabs %} {% if not is_front %}
{% block header_and_search %} @@ -73,16 +83,6 @@ {% endif %} {% endblock header_and_search %} - {% block tabs %} - {# Drupal tabs #} - {% if page.header_tabs %} - - {% endif %} - {% endblock tabs %}
{% endif %} {% endblock header %}