mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Add Back_to_top lang string to template vars
git-svn-id: file:///svn/phpbb/trunk@1675 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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++)
|
||||
|
Reference in New Issue
Block a user