aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-01 10:58:59 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2012-04-01 10:58:59 +0300
commit2225efc5609add8baf0dc0e7867d9f9f0fae4245 (patch)
tree3fdb7671cdd5e974ed5c5496b955032a5c2d67e8 /phpBB/styles/subsilver2
parenta7d0ef90ea921b2ed876bb933bfa022863771a6e (diff)
downloadforums-2225efc5609add8baf0dc0e7867d9f9f0fae4245.tar
forums-2225efc5609add8baf0dc0e7867d9f9f0fae4245.tar.gz
forums-2225efc5609add8baf0dc0e7867d9f9f0fae4245.tar.bz2
forums-2225efc5609add8baf0dc0e7867d9f9f0fae4245.tar.xz
forums-2225efc5609add8baf0dc0e7867d9f9f0fae4245.zip
[ticket/10665] INCLUDEJS template changes
Implementing INLCUDEJS template tag in styles PHPBB3-10665
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html1
-rw-r--r--phpBB/styles/subsilver2/template/simple_footer.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 9b0b95372e..77b11034b9 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -10,6 +10,7 @@
<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" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
+{SCRIPTS}
</body>
</html>
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html
index b51be3ac4c..4a65bafd1c 100644
--- a/phpBB/styles/subsilver2/template/simple_footer.html
+++ b/phpBB/styles/subsilver2/template/simple_footer.html
@@ -7,6 +7,7 @@
<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" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
+{SCRIPTS}
</body>
</html>