{% if S_IN_SHOUT_SMILIES %} {% INCLUDE 'simple_header.html' %} {% INCLUDEJS T_ASSETS_PATH ~ '/javascript/editor.js' %} {% INCLUDEJS SHOUT_EXT_PATH ~ 'assets/javascript/shoutbox.js' %}

{{ lang('SMILIES') }}

{% for smiley in loops.smiley %} {{ smiley.SMILEY_IMG }} {% endfor %}
{{ lang('CLOSE_WINDOW') }} {% INCLUDE 'simple_footer.html' %} {% elseif S_IN_SHOUT_ACP %} {% INCLUDE 'simple_header.html' %} {% INCLUDEJS T_ASSETS_PATH ~ '/javascript/editor.js' %}

{{ lang('SMILIES') }}

{% for smiley in loops.smiley %} {{ smiley.SMILEY_IMG }} {% endfor %}
{{ lang('CLOSE_WINDOW') }} {% INCLUDE 'simple_footer.html' %} {% elseif S_IN_SHOUT_POP %} {% DEFINE IN_SHOUT_POPUP = TRUE %} {% INCLUDE 'simple_header.html' %} {% INCLUDE 'shout_body.html' %} {% INCLUDE 'simple_footer.html' %} {% endif %}