{% if S_IN_SMILIES %} {% INCLUDE 'simple_header.html' %} {% INCLUDEJS T_ASSETS_PATH ~ '/javascript/editor.js' %}

{{ lang('SMILIES') }}

{% for smiley in loops.smiley %} {{ smiley.SMILEY_CODE }} {% endfor %}
{{ lang('CLOSE_WINDOW') }} {% INCLUDE 'simple_footer.html' %} {% elseif S_IN_SHOUT_POP %} {% INCLUDE 'simple_header.html' %} {% INCLUDECSS '@sylver35_breizhshoutbox/shoutbox.css' %} {% if ABBC3_EXTENSION %} {% INCLUDECSS '@vse_abbc3/abbc3_common.min.css' %} {% endif %} {% INCLUDE 'shout_body.html' %} {% if ABBC3_EXTENSION %} {% INCLUDEJS '@vse_abbc3/js/abbc3.min.js' %} {% endif %} {% INCLUDE 'simple_footer.html' %} {% endif %}