1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

Merge pull request #6444 from iMattPro/ticket/17075

[ticket/17075] Add template events to ACP footers after $SCRIPT
This commit is contained in:
Marc Alexander
2023-01-04 21:47:53 +01:00
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>