Add TRANSLATION_INFO to admin footer

git-svn-id: file:///svn/phpbb/trunk@1891 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-01-16 17:57:20 +00:00
parent 6a4508cceb
commit 0e72277844

View file

@ -30,7 +30,8 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 CVS")
"PHPBB_VERSION" => "2.0 CVS",
"TRANSLATION_INFO" => $lang['TRANSLATION_INFO'])
);
$template->pparse("page_footer");