aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 13:17:07 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 13:17:07 +0000
commit684b1b88d9bb98f97bc26fd299a2a7d3d97f4525 (patch)
treef88673b7e4d36a7880df4e188312935780cf1acd /phpBB/viewtopic.php
parentc7a0d176722ff508ba8dbefe2e1407efca06e46c (diff)
downloadforums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.gz
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.bz2
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.xz
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.zip
Various updates for templates
git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index a2acc3b13b..8430b1955c 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -410,7 +410,8 @@ $template->assign_vars(array(
"TOPIC_ID" => $topic_id,
"TOPIC_TITLE" => $topic_title,
- "L_DISPLAY_POSTS" => $lang['Display_posts'],
+ "L_DISPLAY_POSTS" => $lang['Display_posts'],
+ "L_RETURN_TO_TOP" => $lang['Return_to_top'],
"S_SELECT_POST_DAYS" => $select_post_days,
"S_SELECT_POST_ORDER" => $select_post_order,