1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00
Files
php-phpbb/phpBB/styles/all/template/macros.html
2019-10-24 18:25:54 +02:00

6 lines
171 B
HTML

{# Wrapper function #}
{% macro Icon(type, icon, classes = '', title = '', hidden = false, attributes = {}) %}
{% set type = type|capitalize %}
Hello
{% endmacro Icon %}