mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix login box action
git-svn-id: file:///svn/phpbb/trunk@3693 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
276ea6ced4
commit
4352c59cee
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ $template->assign_vars(array(
|
|||
'FORUM_NEW_IMG' => $user->img('forum_new', 'NEW_POSTS'),
|
||||
'FORUM_LOCKED_IMG' => $user->img('forum_locked', 'NO_NEW_POSTS_LOCKED'),
|
||||
|
||||
'S_LOGIN_ACTION' => "ucp.php?$SID&mode=login",
|
||||
|
||||
'U_MARK_READ' => "index.$phpEx$SID&mark=forums")
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue