{% include 'overall_header.html' %}
{% if not INCLUDED_USERMAP_ACP %}
{% INCLUDEJS '@mot_usermap/admin_mot_usermap.js' %}
{% set INCLUDED_USERMAP_ACP = true %}
{% endif %}
{{ lang('SETTINGS') }}
{{ lang('ACP_USERMAP_SETTINGS_EXPLAIN') }}
{% if ACP_USERMAP_POI_ENABLE %}
{{ lang('ACP_USERMAP_POI_LEGEND') }}
{# set this varible to disable display of URL bbcode #}
{% if S_LINKS_ALLOWED %}
{% set S_LINKS_ALLOWED_ORIG = S_LINKS_ALLOWED %}
{% set S_LINKS_ALLOWED = false %}
{% endif %}
{# if this variable was originally set to true we have to set it to this state again #}
{% if S_LINKS_ALLOWED_ORIG %}
{% set S_LINKS_ALLOWED = true %}
{% endif %}
{% endif %}
{% if JUMP_TO_POI_LEGEND %}
{% endif %}
{% include 'overall_footer.html' %}