{% EVENT posting_editor_smilies_before %}
{% if S_SMILIES_ALLOWED and loops.smiley|length %}
{{ lang('SMILIES') }}
{% for smiley in loops.smiley %}

{% endfor %}
{% endif %}
{% if S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED %}
{{ lang('MORE_SMILIES') }}
{% endif %}
{% EVENT posting_editor_smilies_after %}
{% if BBCODE_STATUS %}
{% if loops.smiley|length %}
{% endif %}
{{ BBCODE_STATUS }}
{% if S_BBCODE_ALLOWED %}
{{ IMG_STATUS }}
{{ FLASH_STATUS }}
{{ URL_STATUS }}
{% endif %}
{{ SMILIES_STATUS }}
{% endif %}
{% EVENT posting_editor_bbcode_status_after %}
{% if S_EDIT_DRAFT || S_DISPLAY_REVIEW %}
{% if S_DISPLAY_REVIEW %}
{% endif %}
{% if S_EDIT_DRAFT %}
{{ lang('BACK_TO_DRAFTS') }}{% endif %}
{% if S_DISPLAY_REVIEW %}
{{ lang('TOPIC_REVIEW') }}{% endif %}
{% endif %}
{% EVENT posting_editor_message_before %}