{% INCLUDEJS ''~ T_ASSETS_PATH ~'/javascript/editor.js' %} {% if S_BBCODE_ALLOWED %}
{{ lang('FONT_COLOR') }}{{ lang('COLON') }}
{% EVENT posting_editor_buttons_before %}
{% 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 posting_editor_buttons_custom_tags_before %} {% for custom_tags in loops.custom_tags %}
{{ custom_tags.BBCODE_TAG }}
{% endfor %}
{% EVENT posting_editor_buttons_after %} {% endif %}