Added link to forum in admin_forumauth.tpl (#96)

This commit is contained in:
Roman Kelesidis 2023-04-01 01:09:00 +07:00 committed by GitHub
parent ce0aefe713
commit 2cac1d608e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ else
$template->assign_vars(array( $template->assign_vars(array(
'TPL_EDIT_FORUM_AUTH' => true, 'TPL_EDIT_FORUM_AUTH' => true,
'FORUM_NAME' => htmlCHR($forum_name), 'FORUM_NAME' => '<a target="_blank" href="' . BB_ROOT . FORUM_URL . $forum_id . '">' . htmlCHR($forum_name) . '</a>',
'U_SWITCH_MODE' => $u_switch_mode, 'U_SWITCH_MODE' => $u_switch_mode,
'S_FORUMAUTH_ACTION' => 'admin_forumauth.php', 'S_FORUMAUTH_ACTION' => 'admin_forumauth.php',
'S_COLUMN_SPAN' => $s_column_span, 'S_COLUMN_SPAN' => $s_column_span,