mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Added 'return to forum' to (un)lock
git-svn-id: file:///svn/phpbb/trunk@2167 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
acdf961314
commit
21a9851937
1 changed files with 4 additions and 0 deletions
|
@ -572,6 +572,8 @@ switch($mode)
|
||||||
$message = sprintf($lang['Click_return_modcp'], '<a href="' . $redirect_page . '">', '</a>');
|
$message = sprintf($lang['Click_return_modcp'], '<a href="' . $redirect_page . '">', '</a>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$message = $message . "<br \><br \>" . sprintf($lang['Click_return_forum'], '<a href="' . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
|
"META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
|
||||||
);
|
);
|
||||||
|
@ -613,6 +615,8 @@ switch($mode)
|
||||||
$message = sprintf($lang['Click_return_modcp'], '<a href="' . $redirect_page . '">', '</a>');
|
$message = sprintf($lang['Click_return_modcp'], '<a href="' . $redirect_page . '">', '</a>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$message = $message . "<br \><br \>" . sprintf($lang['Click_return_forum'], '<a href="' . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
|
"META" => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue