- Issue created by @pdureau
- 🇫🇷France pdureau Paris
Good opportunity to do those little Twig fixes too.
footer
Use `|default(foo)` filter instead of shorthand ternary `?:`
<a class="fr-footer__brand-link" href="{{ home_url|default('/') }}" title="{{ 'Homepage'|t }} - {{ operator_logo_alt ? operator_logo_alt : service_title }} - {{ logo_text }}">
translate
Unused variables: html_id
Function `random()` must be used in a `default()` filter!
nav_menu
Function `random()` must be used in a `default()` filter!
{% set item_id = 'menu-'~loop.index~'-'~random() %} {% set item_id = 'mega-menu-'~loop.index~'-'~random() %}
- Status changed to Fixed
6 months ago 3:14pm 4 July 2024 - Status changed to Fixed
5 months ago 7:51am 6 July 2024