{# * * Extension Manager Plus. An extension for the phpBB Forum Software package. * * @copyright (c) 2022, LukeWCS, https://www.wcsaga.org * @license GNU General Public License, version 2 (GPL-2.0-only) * #} {% import '@lukewcs_extmgrplus/acp_ext_mgr_plus_macros.html' as common %} {% INCLUDE 'overall_header.html' %}
{{ lang('EXTENSIONS_EXPLAIN') }}
{{ common.notes(EXTMGRPLUS_NOTES) }} {{ common.footer(EXTMGRPLUS_METADATA) }} {% INCLUDE 'overall_footer.html' %} {% INCLUDEJS '@lukewcs_extmgrplus/acp_ext_mgr_plus.js' %} {% INCLUDECSS '@lukewcs_extmgrplus/acp_ext_mgr_plus.css' %} {% INCLUDECSS '@lukewcs_extmgrplus/acp_common_toggle.css' %} {% macro switch(name, checked = false) -%} {%- endmacro %} {% macro select(name, value, options) -%} {%- endmacro %} {% macro confirmbox(name, message, default = false) -%} {%- endmacro %}