1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/twig] INCLUDEJS now uses the definition class

This had to be done because, like DEFINE, setting variables to $context
only affected the local file and any children, not parent templates.

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-02 10:13:16 -05:00
parent 883b0a9f8c
commit 156d5c671f
4 changed files with 23 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.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 {T_TEMPLATE_PATH}/ajax.js -->
{SCRIPTS}
{$SCRIPTS}
<!-- EVENT overall_footer_after -->
</body>