phpbb/phpBB/styles/all/template/macros/icons/iconify.twig
hanakin 02fcfe5700 [ticket/16237] fix errors
PHPBB3-16237
2020-08-19 10:40:06 -10:00

4 lines
365 B
Twig

{% apply spaceless %}
<i class="iconify o-icon-src-{{ SOURCE }} o-icon{{ CLASSES ? ' ' ~ CLASSES }}"{% if S_HIDDEN %}{% if TITLE %} title="{{ TITLE }}"{% endif %} aria-hidden="true"{% endif %} data-icon="{{ ICON }}" data-inline="true"{{ ATTRIBUTES }}></i>
{% if TITLE %}<span{% if S_HIDDEN %} class="sr-only"{% endif %}>{{ TITLE }}</span>{% endif %}
{% endapply %}