1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 20:19:13 +02:00

[ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACP

PHPBB3-12062
This commit is contained in:
Matt Friedman 2013-12-05 09:55:52 -08:00
parent b878763ba5
commit 5530942468

View File

@ -36,9 +36,9 @@
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS ajax.js -->
<!-- INCLUDEJS admin.js -->
{$SCRIPTS}
<!-- EVENT acp_overall_footer_after -->
{$SCRIPTS}
</body>
</html>