Files
kupshop/web/common/twig/templates/js-menu/header.html.twig
2025-08-02 16:30:27 +02:00

7 lines
236 B
Twig

<div class="sections-responsive-header">
<button onclick="window.wpj.mobilemenu.close()" class="btn">
<twig:ux:icon name="close" class="c-icon"/>
<span>{{ 'js-menu.close'|trans([], 'others') }}</span>
</button>
</div>