mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/11560' into develop
* cyberalien/ticket/11560: [ticket/11560] Fix jQuery link in installer
This commit is contained in:
commit
64e2230d19
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue