aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-16 19:45:38 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-09-14 10:10:43 +0300
commit22c8df5403b74cbcad8a267f12c048eaaf053e0f (patch)
treefc1d24e6e9341c920c155b026238185799212f2c /phpBB/includes/functions.php
parent4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba (diff)
downloadforums-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/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 70e1cd31fd..888ef59222 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5333,7 +5333,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),
'U_RETURN_INBOX' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),
'U_POPUP_PM' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;mode=popup'),
- 'UA_POPUP_PM' => addslashes(append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;mode=popup')),
'U_MEMBERLIST' => append_sid("{$phpbb_root_path}memberlist.$phpEx"),
'U_VIEWONLINE' => ($auth->acl_gets('u_viewprofile', 'a_user', 'a_useradd', 'a_userdel')) ? append_sid("{$phpbb_root_path}viewonline.$phpEx") : '',
'U_LOGIN_LOGOUT' => $u_login_logout,