aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/faq.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php
index 9b716eab9b..fd58dd85bc 100644
--- a/phpBB/faq.php
+++ b/phpBB/faq.php
@@ -111,7 +111,8 @@ $template->assign_vars(array(
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
$template->assign_vars(array(
- "L_FAQ_TITLE" => $l_title)
+ "L_FAQ_TITLE" => $l_title,
+ "L_BACK_TO_TOP" => $lang['Back_to_top'])
);
for($i = 0; $i < count($faq_block); $i++)