aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/simple_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template/simple_footer.html')
-rw-r--r--phpBB/styles/subsilver2/template/simple_footer.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html
index db95c7952a..c847bfedcc 100644
--- a/phpBB/styles/subsilver2/template/simple_footer.html
+++ b/phpBB/styles/subsilver2/template/simple_footer.html
@@ -2,8 +2,13 @@
</div>
<div id="wrapfooter">
- <span class="copyright">{CREDIT_LINE}
+ <span class="copyright">{CREDIT_LINE}</span>
</div>
+<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 -->
</body>
-</html> \ No newline at end of file
+</html>