mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
I don't like hardcoded URLs :)
git-svn-id: file:///svn/phpbb/trunk@7179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fa014e05e9
commit
1b689a884d
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ function mcp_post_details($id, $mode, $action)
|
|||
|
||||
$template->assign_vars(array(
|
||||
'RETURN_POST' => sprintf($user->lang['RETURN_POST'], '<a href="' . append_sid("{$phpbb_root_path}mcp.$phpEx", "i=$id&mode=$mode&p=$post_id") . '">', '</a>'),
|
||||
'U_RETURN_POST' => append_sid("{$phpbb_root_path}mcp.$phpEx", "i=$id&mode=$mode&p=$post_id"),
|
||||
'L_RETURN_POST' => sprintf($user->lang['RETURN_POST'], '', ''),
|
||||
'WHOIS' => trim($whois))
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue