N°4720 - fix portal issue

This commit is contained in:
odain
2025-09-12 14:36:19 +02:00
parent 7851109794
commit fdd1479c8e

View File

@@ -30,7 +30,8 @@
{% if aTilesRendering[brick.GetId] is defined %}
{{ aTilesRendering[brick.GetId]|raw }}
{% else %}
{% include '' ~ brick.GetTemplatePath with {brick: brick} %}
{% set twigPath = brick.GetTemplatePath('tile') %}
{% include '' ~ twigPath with {brick: brick} %}
{% endif %}
{% endif %}
{% endfor %}