diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-16 19:45:38 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 10:10:43 +0300 |
commit | 22c8df5403b74cbcad8a267f12c048eaaf053e0f (patch) | |
tree | fc1d24e6e9341c920c155b026238185799212f2c /phpBB/styles/subsilver2 | |
parent | 4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba (diff) | |
download | forums-22c8df5403b74cbcad8a267f12c048eaaf053e0f.tar forums-22c8df5403b74cbcad8a267f12c048eaaf053e0f.tar.gz forums-22c8df5403b74cbcad8a267f12c048eaaf053e0f.tar.bz2 forums-22c8df5403b74cbcad8a267f12c048eaaf053e0f.tar.xz forums-22c8df5403b74cbcad8a267f12c048eaaf053e0f.zip |
[ticket/11795] Move PM popup JS to forum_fn.js
Move PM popup JavaScript from overall_header to forum_fn.js
Use TWIG to escape PM popup URL
PHPBB3-11795
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 5702c62f06..a1f69a81a5 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -23,7 +23,7 @@ <script type="text/javascript"> // <![CDATA[ <!-- IF S_USER_PM_POPUP and S_NEW_PM --> - popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg'); + popup('{{ U_POPUP_PM|e('js') }}', 400, 225, '_phpbbprivmsg'); <!-- ENDIF --> function popup(url, width, height, name) |