diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig old mode 100644 new mode 100755 index ba73542..8f31e95 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -10,7 +10,7 @@ {% block header_extra %} - {% if config.plugins.langswitcher.enabled %} + {% if config.plugins.langswitcher.enabled and system.languages.supported is not null %} {% include 'partials/langswitcher.html.twig' %} {% endif %} {% if config.plugins.simplesearch.enabled %}