1
0
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:
Andreas Fischer
2010-12-28 21:51:55 +01:00
5 changed files with 5 additions and 4 deletions

View File

@@ -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')