mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Add TRANSLATION_INFO to admin footer
git-svn-id: file:///svn/phpbb/trunk@1891 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6a4508cceb
commit
0e72277844
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ $template->set_filenames(array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"PHPBB_VERSION" => "2.0 CVS")
|
"PHPBB_VERSION" => "2.0 CVS",
|
||||||
|
"TRANSLATION_INFO" => $lang['TRANSLATION_INFO'])
|
||||||
);
|
);
|
||||||
|
|
||||||
$template->pparse("page_footer");
|
$template->pparse("page_footer");
|
||||||
|
|
Loading…
Add table
Reference in a new issue