diff options
Diffstat (limited to 'phpBB/admin')
| -rw-r--r-- | phpBB/admin/page_footer_admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/admin/page_footer_admin.php b/phpBB/admin/page_footer_admin.php index 2ab8e6031e..0941eef26d 100644 --- a/phpBB/admin/page_footer_admin.php +++ b/phpBB/admin/page_footer_admin.php @@ -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"); |
