{% INCLUDE 'overall_header.html' %} {% INCLUDECSS '@mrgoldy_ultimateblog/blogbody.css' %} {% INCLUDECSS '@mrgoldy_ultimateblog/menu.css' %} {% INCLUDE '@mrgoldy_ultimateblog/ub_header.html' %}

{{ lang('BLOG') }}

{% if S_BLOG_ADD %}{{ lang('BLOG_ADD') }}{% else %}{{ lang('BLOG_EDIT') }}{% endif %}

{% if S_ERROR %}

{{ ERROR_MSG }}

{% endif %} {% if S_BLOG_PREVIEW %}

{{ lang('BLOG_PREVIEW') }}

{{ BLOG_PREVIEW }}

{% endif %}

{% if S_BLOG_ADD %}{{ lang('BLOG_ADD') }}{% else %}{{ lang('BLOG_EDIT') }}{% endif %}

{% if S_BLOG_CHANGE_AUTHOR and S_BLOG_EDIT %}
{% endif %}
{% for categories in loops.categories %} {% if not categories.S_IS_PRIVATE or S_BLOG_POST_PRIVATE %} {{ categories.NAME }}   {% endif %} {% endfor %}
{% INCLUDE 'posting_buttons.html' %}
{% if S_SMILIES_ALLOWED and loops.smiley|length %} {{ lang('SMILIES') }}
{% for smiley in loops.smiley %} {{ smiley.SMILEY_CODE }} {% endfor %} {% endif %} {% if S_SMILIES_ALLOWED and S_SHOW_SMILEY_LINK %}
{{ lang('MORE_SMILIES') }} {% endif %} {% if BBCODE_STATUS %}
{% if S_SMILIES_ALLOWED and loops.smiley|length %}
{% endif %} {{ BBCODE_STATUS }}
{{ SMILIES_STATUS }}
{{ URL_STATUS }}
{% endif %}
{% EVENT posting_editor_message_before %}
{% EVENT posting_editor_message_after %}

{{ lang('BLOG_IMAGE_EXPLAIN') }}
{% if BLOG_IMAGE %}
{{ BLOG_TITLE }}{% endif %}
{% if S_BLOG_EDIT %}
{% endif %}
{% if S_BBCODE_ALLOWED %}
{% endif %} {% if S_SMILIES_ALLOWED %}
{% endif %} {% if S_MAGIC_URL_ALLOWED %}
{% endif %} {% if S_BLOG_FRIENDS_ENABLED %}
{% endif %}
{% if S_BLOG_CAN_MODERATE %}
{% if S_BLOG_CAN_LOCK_EDIT %}
{% endif %} {% if S_BLOG_CAN_LOCK_RATING and S_BLOG_ENABLED_RATING%}
{% endif %} {% if S_BLOG_CAN_LOCK_COMMENTS and S_BLOG_ENABLED_COMMENTS %}
{% endif %}
{% endif %}
    {{ S_FORM_TOKEN }}
{% INCLUDEJS '@mrgoldy_ultimateblog/js/menu.js' %} {% INCLUDE 'overall_footer.html' %}