diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-01 13:15:49 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-01 13:15:49 +0000 |
| commit | 16e50db4baf39877fe3e02a13dfc57983b12f414 (patch) | |
| tree | d0056ef4cc56c15ed361d39dea5093fb30cd1989 /phpBB/includes/functions.php | |
| parent | be3bdf61d778928916942c07c6d60968fddf9d18 (diff) | |
| download | forums-16e50db4baf39877fe3e02a13dfc57983b12f414.tar forums-16e50db4baf39877fe3e02a13dfc57983b12f414.tar.gz forums-16e50db4baf39877fe3e02a13dfc57983b12f414.tar.bz2 forums-16e50db4baf39877fe3e02a13dfc57983b12f414.tar.xz forums-16e50db4baf39877fe3e02a13dfc57983b12f414.zip | |
- some private message fixes
git-svn-id: file:///svn/phpbb/trunk@5139 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 267f9929fd..4c749eb354 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1898,6 +1898,7 @@ function page_header($page_title = '') 'U_PRIVATEMSGS' => "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&mode=" . (($user->data['user_new_privmsg'] || $l_privmsgs_text_unread) ? 'unread' : 'view_messages'), 'U_RETURN_INBOX' => "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&folder=inbox", + 'U_JS_RETURN_INBOX' => "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&folder=inbox", 'U_POPUP_PM' => "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&mode=popup", 'U_JS_POPUP_PM' => "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&mode=popup", 'U_MEMBERLIST' => "{$phpbb_root_path}memberlist.$phpEx$SID", |
