aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-12-28 21:51:55 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-12-28 21:51:55 +0100
commit90ccdb4dad6521fe0431ab1e9373c5821156bc46 (patch)
tree202484aa2882972133c63706b7f68320b32175af /phpBB/viewtopic.php
parent34a1b044a17ececdaa2d4df541f985c34b83b1ce (diff)
parent30035b94f5928d6eea2548563b1a1f7767f0e308 (diff)
downloadforums-90ccdb4dad6521fe0431ab1e9373c5821156bc46.tar
forums-90ccdb4dad6521fe0431ab1e9373c5821156bc46.tar.gz
forums-90ccdb4dad6521fe0431ab1e9373c5821156bc46.tar.bz2
forums-90ccdb4dad6521fe0431ab1e9373c5821156bc46.tar.xz
forums-90ccdb4dad6521fe0431ab1e9373c5821156bc46.zip
Merge branch 'ticket/VSE/9532' into develop
* ticket/VSE/9532: [ticket/9532] Simplified page titles by removing meaningless text.
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 2673418eab..b8f1b9d3b0 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -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')