{% set ABBC3_ICONS = ROOT_PATH ~ ABBC3_BBCODE_ICONS %}
{% if S_BBCODE_QUOTE %}
{% endif %}
{% if S_BBCODE_IMG %}
{% endif %} {% if S_LINKS_ALLOWED %}
{% endif %} {% if S_BBCODE_FLASH %}
{% endif %}
{{ lang('FONT_TINY') }}
{{ lang('FONT_SMALL') }}
{{ lang('FONT_NORMAL') }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 %}
{{ lang('FONT_LARGE') }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 %}
{{ lang('FONT_HUGE') }}
{% endif %} {% endif %}
{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_before %}
{% if loops.custom_tags %}
{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_prepend %} {% for custom_tag in loops.custom_tags %} {% if custom_tag.S_CUSTOM_BBCODE_ALLOWED %} {% if custom_tag.BBCODE_TAG == 'font=' %}
{{ lang('ABBC3_FONT_BBCODE') }}
Arial
Arial Black
Comic Sans MS
Courier New
Georgia
Impact
Times New Roman
Trebuchet MS
Verdana
Bradley Hand ITC
Century Gothic
Curlz MT
Cursive
Fantasy
French Script MT
Garamond
Garamond Bold
Goudy Stout
Helvetica
Monospace
OCR A Extended
Script MT Bold
Lucida Console
Lucida Sans Unicode
Microsoft Sans Serif
MS Mincho
Palatino Linotype
Symbol
Tahoma
{% else %}
{% endif %} {% endif %} {% endfor %} {% EVENT vse_abbc3_posting_editor_buttons_custom_tags_append %}
{% endif %}