aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index b730115b43..baf16f9917 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -48,7 +48,9 @@ else
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 CVS",
- "ADMIN_LINK" => $admin_link));
+ "TRANSLATION_INFO" => $lang['TRANSLATION_INFO'],
+ "ADMIN_LINK" => $admin_link)
+);
$template->pparse("overall_footer");