mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
Merge branch 'ticket/VSE/9532' into develop
* ticket/VSE/9532: [ticket/9532] Simplified page titles by removing meaningless text.
This commit is contained in:
@@ -1744,7 +1744,7 @@ if (!request_var('t', 0) && !empty($topic_id))
|
||||
}
|
||||
|
||||
// Output the page
|
||||
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title'], true, $forum_id);
|
||||
page_header($topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang['PAGE_TITLE_NUMBER'], floor($start / $config['posts_per_page']) + 1) : ''), true, $forum_id);
|
||||
|
||||
$template->set_filenames(array(
|
||||
'body' => ($view == 'print') ? 'viewtopic_print.html' : 'viewtopic_body.html')
|
||||
|
Reference in New Issue
Block a user