diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 12:26:01 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 12:26:01 -0500 |
| commit | 6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0 (patch) | |
| tree | 5a8fa3f36e722c4c350640cef3e74a1f920b47f9 /phpBB/styles/prosilver/template/overall_footer.html | |
| parent | e9bbeeb1a4c7d1c4b1d35848ff58f31af4483d07 (diff) | |
| download | forums-6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0.tar forums-6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0.tar.gz forums-6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0.tar.bz2 forums-6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0.tar.xz forums-6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0.zip | |
[feature/twig] Changing INCLUDEJS behavior slightly
Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP
PHPBB3-11598
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 01fc3f83da..5422cc7c10 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -55,7 +55,7 @@ <!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> <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' --> +<!-- INCLUDEJS {T_TEMPLATE_PATH}/ajax.js --> {SCRIPTS} <!-- EVENT overall_footer_after --> |
