mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 04:48:54 +00:00
3 lines
102 B
Twig
3 lines
102 B
Twig
{% for button in BUTTONS %}
|
|
<label>{{ FormsInput(button) ~ ' ' ~ button.label }}</label>
|
|
{% endfor %}
|