mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -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
|
@ -922,7 +922,7 @@ if (!isset($_REQUEST['dosearch'])) {
|
|||
|
||||
$template->assign_block_vars('userrow', [
|
||||
'ROW_CLASS' => $row_class,
|
||||
'USER' => profile_url($rowset[$i]),
|
||||
'USER' => profile_url($rowset[$i], true),
|
||||
'EMAIL' => $rowset[$i]['user_email'],
|
||||
'JOINDATE' => bb_date($rowset[$i]['user_regdate']),
|
||||
'LASTVISIT' => $rowset[$i]['user_lastvisit'] ? bb_date($rowset[$i]['user_lastvisit']) : $lang['NEVER'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue