diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-07-27 12:57:58 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:12 +0200 |
commit | bb7a03f738c97dc225873691c459f2bf9e612ef6 (patch) | |
tree | e790390b819b841eb8bd376980099fb921b12b8c /phpBB/adm/style/overall_footer.html | |
parent | 22c6953c116e24cbe278f0fe63aabaf950c843e3 (diff) | |
download | forums-bb7a03f738c97dc225873691c459f2bf9e612ef6.tar forums-bb7a03f738c97dc225873691c459f2bf9e612ef6.tar.gz forums-bb7a03f738c97dc225873691c459f2bf9e612ef6.tar.bz2 forums-bb7a03f738c97dc225873691c459f2bf9e612ef6.tar.xz forums-bb7a03f738c97dc225873691c459f2bf9e612ef6.zip |
[ticket/10281] AJAXified reordering forums in the ACP.
PHPBB3-10281
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index f05e9c56c5..3740122d9b 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -17,6 +17,10 @@ <!-- IF S_COPYRIGHT_HTML --><br /><!-- ENDIF --> {DEBUG_OUTPUT} <!-- ENDIF --> + + <!-- tmp --> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> + <script src="../styles/script.js"></script> </div> </div> |