diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-17 19:21:10 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-17 19:21:10 +0300 |
commit | 917478876297d17bff0f9dff446d1021a150692e (patch) | |
tree | a05438c787c913d0fdf9e634a59a1cb3c72be052 /phpBB/styles/subsilver2 | |
parent | 487822d12f9053ad1728f68031595f01293e59e2 (diff) | |
download | forums-917478876297d17bff0f9dff446d1021a150692e.tar forums-917478876297d17bff0f9dff446d1021a150692e.tar.gz forums-917478876297d17bff0f9dff446d1021a150692e.tar.bz2 forums-917478876297d17bff0f9dff446d1021a150692e.tar.xz forums-917478876297d17bff0f9dff446d1021a150692e.zip |
[ticket/11800] Fix scripts variable in subsilver simple_footer
PHPBB3-11800
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index c847bfedcc..48d3d934f8 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -7,8 +7,9 @@ <script type="text/javascript" src="{T_JQUERY_LINK}"></script> <!-- 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 --> -{SCRIPTS} <!-- EVENT simple_footer_after --> + +{$SCRIPTS} </body> </html> |