{% if S_BBCODE_ALLOWED %}
{{ L_FONT_COLOR }}{{ L_COLON }}
{% EVENT posting_editor_buttons_before %} {% if not S_BBCODEORDER %}
{% EVENT posting_editor_buttons_toolbar_inner_before %}
{{ L_BBCODE_B_HELP }}
{{ L_BBCODE_I_HELP }}
{{ L_BBCODE_U_HELP }}
{{ L_BBCODE_L_HELP }}
{{ L_BBCODE_O_HELP }}
{{ L_BBCODE_LISTITEM_HELP }}
{{ L_BBCODE_C_HELP }}
{% if S_BBCODE_QUOTE %}
{{ L_BBCODE_Q_HELP }}
{% endif %} {% if S_BBCODE_IMG %}
{{ L_BBCODE_P_HELP }}
{% endif %} {% if S_LINKS_ALLOWED %}
{{ L_BBCODE_W_HELP }}
{% endif %}
{% EVENT posting_editor_buttons_custom_tags_before %} {% for custom_tags in custom_tags %} {% if custom_tags.BBCODE_TAG == 'youtube' %}
{{ custom_tags.BBCODE_TAG }}
{% endif %} {% endfor %} {% for custom_tags in custom_tags %} {% if custom_tags.BBCODE_TAG == 'c' %}
{{ custom_tags.BBCODE_TAG }}
{% endif %} {% endfor %}
{{ L_BBCODE_F_HELP }}
{{ L_FONT_TINY }}
{{ L_FONT_SMALL }}
{{ L_FONT_NORMAL }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 %}
{{ L_FONT_LARGE }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 %}
{{ L_FONT_HUGE }}
{% endif %} {% endif %}
{{ L_BBCODES }}
{{ L_BBCODES }}
{% for custom_tags in custom_tags %}
{{ custom_tags.BBCODE_TAG }}
{% endfor %}
{% EVENT posting_editor_buttons_toolbar_inner_after %}
{% endif %} {% EVENT posting_editor_buttons_after %} {% endif %}