1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-26 19:40:23 +02:00

Merge pull request #1917 from VSEphpbb/ticket/12062

[ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACP
This commit is contained in:
Nathan Guse
2013-12-05 10:08:00 -08:00

View File

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