aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index ea92d3809d..b7b3489765 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -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")
);