{% include 'overall_header.html' %}
{% INCLUDECSS '@vse_abbc3/acp_abbc3.css' %}
{% set links = {
'faq': {
'url': 'https://www.phpbb.com/customise/db/extension/advanced_bbcode_box/faq/1551',
'text': lang('FAQ')
},
'media_embed': {
'url': 'https://www.phpbb.com/customise/db/extension/mediaembed/',
'text': lang('DOWNLOAD')
}
} %}
{% macro external_link(url, text) -%}
{{ text -}}
{%- endmacro %}
{{ lang('ABBC3_SETTINGS_EXPLAIN', _self.external_link(links.faq.url, links.faq.text)) }}
{% include 'overall_footer.html' %}