aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-08 05:43:58 -0700
committerCesar G <prototech91@gmail.com>2014-04-23 09:11:40 -0700
commit6cb84402fd435f191506c564a3afe70d565f7917 (patch)
tree962a41f573cea99c45171760104e0925241834f0 /phpBB/styles/prosilver/template
parent3fec8dff2cc22bc56a6d909be6df8742ab145c6f (diff)
downloadforums-6cb84402fd435f191506c564a3afe70d565f7917.tar
forums-6cb84402fd435f191506c564a3afe70d565f7917.tar.gz
forums-6cb84402fd435f191506c564a3afe70d565f7917.tar.bz2
forums-6cb84402fd435f191506c564a3afe70d565f7917.tar.xz
forums-6cb84402fd435f191506c564a3afe70d565f7917.zip
[ticket/10737] Load core.js and ajax.js in simple_footer.html.
PHPBB3-10737
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/simple_footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html
index 10edece3cd..f50664d7cb 100644
--- a/phpBB/styles/prosilver/template/simple_footer.html
+++ b/phpBB/styles/prosilver/template/simple_footer.html
@@ -8,7 +8,9 @@
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN --><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_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
+<!-- INCLUDEJS ajax.js -->
<!-- EVENT simple_footer_after -->