diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-17 10:05:40 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-17 10:05:40 +0200 |
commit | 17bf983cdc9de05273d0279af5f0b5043d3d53b4 (patch) | |
tree | 06832276ffafc76d159542282182a90f3ca70c45 /phpBB/adm/style/simple_footer.html | |
parent | 3b71c85dcf39d7254657de875804f6ba8e926892 (diff) | |
download | forums-17bf983cdc9de05273d0279af5f0b5043d3d53b4.tar forums-17bf983cdc9de05273d0279af5f0b5043d3d53b4.tar.gz forums-17bf983cdc9de05273d0279af5f0b5043d3d53b4.tar.bz2 forums-17bf983cdc9de05273d0279af5f0b5043d3d53b4.tar.xz forums-17bf983cdc9de05273d0279af5f0b5043d3d53b4.zip |
[ticket/10155] Move jQuery inclusion to footer
PHPBB3-10155
Diffstat (limited to 'phpBB/adm/style/simple_footer.html')
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index ac9c26a690..272fd5e3fb 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -16,5 +16,7 @@ </div> +<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/jquery.js"></script> + </body> </html> |