diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index d31819ac62..ed8b3b0d56 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -49,5 +49,7 @@ {$SCRIPTS} +{% EVENT acp_overall_footer_body_after %} + diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index 99616cc550..50dba2f910 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -23,5 +23,7 @@ {$SCRIPTS} +{% EVENT acp_simple_footer_body_after %} + diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9311741c98..cc0d5f7a21 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -274,6 +274,12 @@ acp_overall_footer_after * Since: 3.1.0-a1 * Purpose: Add content below the footer in the ACP +acp_overall_footer_body_after +=== +* Location: adm/style/overall_footer.html +* Since: 3.3.10-RC1 +* Purpose: Add content before the `` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded + acp_overall_header_body_before === * Location: adm/style/overall_header.html @@ -558,6 +564,12 @@ acp_simple_footer_after * Since: 3.1.0-a1 * Purpose: Add content below the simple footer in the ACP +acp_simple_footer_body_after +=== +* Location: adm/style/simple_footer.html +* Since: 3.3.10-RC1 +* Purpose: Add content before the `` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded + acp_simple_header_body_before === * Location: adm/style/simple_header.html