mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 18:49:52 +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:
@@ -142,7 +142,7 @@ else
|
||||
}
|
||||
|
||||
// Dump out the page header and load viewforum template
|
||||
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name'], true, $forum_id);
|
||||
page_header($forum_data['forum_name'] . ($start ? ' - ' . sprintf($user->lang['PAGE_TITLE_NUMBER'], floor($start / $config['topics_per_page']) + 1) : ''), true, $forum_id);
|
||||
|
||||
$template->set_filenames(array(
|
||||
'body' => 'viewforum_body.html')
|
||||
|
Reference in New Issue
Block a user