diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 00:30:55 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 00:30:55 +0000 |
| commit | 996abfe0260390904a7dff80d43bff4fd30606e3 (patch) | |
| tree | 38648eab6b0cc3a3db406f3f737d54441277584c /phpBB/includes/page_header.php | |
| parent | bfc6b77112150b59155cd05776cb425b105f8fb9 (diff) | |
| download | forums-996abfe0260390904a7dff80d43bff4fd30606e3.tar forums-996abfe0260390904a7dff80d43bff4fd30606e3.tar.gz forums-996abfe0260390904a7dff80d43bff4fd30606e3.tar.bz2 forums-996abfe0260390904a7dff80d43bff4fd30606e3.tar.xz forums-996abfe0260390904a7dff80d43bff4fd30606e3.zip | |
Change url for PM
git-svn-id: file:///svn/phpbb/trunk@3715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_header.php')
| -rw-r--r-- | phpBB/includes/page_header.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 44c855da2e..15e0f94c4d 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -280,7 +280,7 @@ $template->assign_vars(array( 'L_LOGIN_LOGOUT' => $l_login_logout, 'L_INDEX' => $user->lang['FORUM_INDEX'], - 'U_PRIVATEMSGS' => 'privmsg.'.$phpEx.$SID.'&folder=inbox', + 'U_PRIVATEMSGS' => 'ucp.'.$phpEx.$SID.'&mode=pm&folder=inbox', 'U_MEMBERLIST' => 'memberlist.'.$phpEx.$SID, 'U_VIEWONLINE' => 'viewonline.'.$phpEx.$SID, 'U_MEMBERSLIST' => 'memberlist.'.$phpEx.$SID, @@ -294,7 +294,6 @@ $template->assign_vars(array( 'U_FAQ' => 'faq.'.$phpEx.$SID, 'U_SEARCH_SELF' => 'search.'.$phpEx.$SID.'&search_id=egosearch', 'U_SEARCH_NEW' => 'search.'.$phpEx.$SID.'&search_id=newposts', - 'U_PRIVATEMSGS_POPUP' => 'privmsg.'.$phpEx.$SID.'&mode=newpm', 'U_SEARCH_UNANSWERED' => 'search.'.$phpEx.$SID.'&search_id=unanswered', 'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false, |
