{% INCLUDE 'overall_header.html' %} {% if TOPIC_TITLE %}

{% EVENT posting_topic_title_before %}{{ TOPIC_TITLE }}{% EVENT posting_topic_title_after %}

{% else %}

{{ FORUM_NAME }}

{% endif %} {% if S_FORUM_RULES %}
{% if U_FORUM_RULES %} {{ lang('FORUM_RULES') }} {% else %} {{ lang('FORUM_RULES') }}
{{ FORUM_RULES }} {% endif %}
{% endif %}
{% if S_DRAFT_LOADED %}

{{ lang('INFORMATION') }}

{{ lang('DRAFT_LOADED') }}

{% endif %} {% if S_SHOW_DRAFTS %}{% INCLUDE 'drafts.html' %}{% endif %} {% if S_POST_REVIEW %}{% INCLUDE 'posting_review.html' %}{% endif %} {% if S_DISPLAY_PREVIEW %}{% INCLUDE 'posting_preview.html' %}{% endif %}

{{ lang('POST_A') }}

{% DEFINE EXTRA_POSTING_OPTIONS = 1 %} {% INCLUDE 'posting_editor.html' %} {{ S_FORM_TOKEN }}
{% if S_SHOW_ATTACH_BOX and FILTERS %}{% INCLUDE 'posting_attach_body.html' %}{% endif %} {% if S_SHOW_POLL_BOX or S_POLL_DELETE %}{% INCLUDE 'posting_poll_body.html' %}{% endif %} {% EVENT posting_layout_include_panel_body %} {% if S_DISPLAY_REVIEW %}{% INCLUDE 'posting_topic_review.html' %}{% endif %}
{% INCLUDE 'overall_footer.html' %}