diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-22 21:05:25 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-22 21:05:25 +0300 |
commit | 01fb9ea3e37aea5d6e468229c681b5b797539c11 (patch) | |
tree | 1d8dc79d77bc141a05540a884b2cae13a2b559a3 /phpBB | |
parent | 3ab222d1c748f26378152606a27accc8de9a45e0 (diff) | |
download | forums-01fb9ea3e37aea5d6e468229c681b5b797539c11.tar forums-01fb9ea3e37aea5d6e468229c681b5b797539c11.tar.gz forums-01fb9ea3e37aea5d6e468229c681b5b797539c11.tar.bz2 forums-01fb9ea3e37aea5d6e468229c681b5b797539c11.tar.xz forums-01fb9ea3e37aea5d6e468229c681b5b797539c11.zip |
[ticket/11560] Fix jQuery link in installer
PHPBB3-11560
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 4a3538e545..f745f51974 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -373,6 +373,7 @@ class module 'L_SKIP' => $lang['SKIP'], 'PAGE_TITLE' => $this->get_page_title(), 'T_IMAGE_PATH' => htmlspecialchars($phpbb_admin_path) . 'images/', + 'T_JQUERY_LINK' => $phpbb_root_path . 'assets/javascript/jquery.js', 'S_CONTENT_DIRECTION' => $lang['DIRECTION'], 'S_CONTENT_FLOW_BEGIN' => ($lang['DIRECTION'] == 'ltr') ? 'left' : 'right', |