mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/8800] Add "mark topics read" link to "View unread posts"
This commit is contained in:
@@ -430,6 +430,8 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
|
||||
gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param);
|
||||
$s_sort_key = $s_sort_dir = $u_sort_param = $s_limit_days = '';
|
||||
|
||||
$template->assign_var('U_MARK_ALL_READ', ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid("{$phpbb_root_path}index.$phpEx", 'hash=' . generate_link_hash('global') . '&mark=forums&mark_time=' . time()) : '');
|
||||
break;
|
||||
|
||||
case 'newposts':
|
||||
|
Reference in New Issue
Block a user