mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Add TRANSLATION_INFO for _footer
git-svn-id: file:///svn/phpbb/trunk@1890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d27f01b42
commit
6a4508cceb
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ else
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"PHPBB_VERSION" => "2.0 CVS",
|
"PHPBB_VERSION" => "2.0 CVS",
|
||||||
"ADMIN_LINK" => $admin_link));
|
"TRANSLATION_INFO" => $lang['TRANSLATION_INFO'],
|
||||||
|
"ADMIN_LINK" => $admin_link)
|
||||||
|
);
|
||||||
|
|
||||||
$template->pparse("overall_footer");
|
$template->pparse("overall_footer");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue