mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
c100fd270e
commit
93da8d60f0
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ $template->assign_vars(array(
|
||||||
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
|
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$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++)
|
for($i = 0; $i < count($faq_block); $i++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue