mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
6 lines
171 B
HTML
6 lines
171 B
HTML
{# Wrapper function #}
|
|
{% macro Icon(type, icon, classes = '', title = '', hidden = false, attributes = {}) %}
|
|
{% set type = type|capitalize %}
|
|
Hello
|
|
{% endmacro Icon %}
|