mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Use target="_blank"
in admin for profile_url() redirects (#1330)
* Use target="_blank" in admin for profile_url() redirects * Update CHANGELOG.md
This commit is contained in:
parent
3b4fe8008b
commit
1ba5576ad5
6 changed files with 9 additions and 7 deletions
|
@ -280,7 +280,7 @@ if ($mode == 'user' && (!empty($_POST['username']) || $user_id)) {
|
|||
|
||||
$template->assign_vars(array(
|
||||
'TPL_AUTH_UG_MAIN' => true,
|
||||
'USER_OR_GROUPNAME' => profile_url($this_userdata),
|
||||
'USER_OR_GROUPNAME' => profile_url($this_userdata, true),
|
||||
'USER_LEVEL' => $lang['USER_LEVEL'] . ' : ' . $s_user_type,
|
||||
'T_USER_OR_GROUPNAME' => $lang['USERNAME'],
|
||||
'T_AUTH_TITLE' => $lang['AUTH_CONTROL_USER'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue