1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/17075] Add template events to ACP footers after $SCRIPT

PHPBB3-17075
This commit is contained in:
Matt Friedman
2023-01-03 08:24:07 -08:00
parent b7f57eb556
commit 7434783b07
3 changed files with 16 additions and 0 deletions

View File

@@ -42,5 +42,7 @@
<!-- EVENT acp_overall_footer_after -->
{$SCRIPTS}
{% EVENT acp_overall_footer_body_after %}
</body>
</html>

View File

@@ -23,5 +23,7 @@
<!-- EVENT acp_simple_footer_after -->
{$SCRIPTS}
{% EVENT acp_simple_footer_body_after %}
</body>
</html>